fix: Fixed minor aligment and coloring issues, b=no-bug, c=tabs, workspaces

This commit is contained in:
mr. m
2025-12-08 18:06:58 +01:00
parent 85d52d15c2
commit 43de5c69e9
3 changed files with 24 additions and 15 deletions

View File

@@ -120,11 +120,13 @@
</defs>
</svg>
</box>
<html:input type="range" max="0.9" value="0.4" step="0.001" id="PanelUI-zen-gradient-generator-opacity"
<html:input type="range" value="0.4" step="0.001" id="PanelUI-zen-gradient-generator-opacity"
#ifdef XP_MACOSX
min="0.25"
min="0.15"
max="0.8"
#else
min="0.35"
max="0.9"
#endif
/>
</vbox>