Stylesheet fixes part IV - A new hope (to be done for 1.0) (#15586)
* Qcolor dialog fixes * Fix for white hoover on tabbar * Changes active color and selected feature color * update same colors in cfg * fix for tab pan in material editor * some fixes mostly theme accent colors fixes. * fixed text edit being cut off https://github.com/FreeCAD/FreeCAD/issues/15603 * extend arrow fix https://github.com/FreeCAD/FreeCAD/issues/15616 * checkboxes links qpushbuttons etc. Fixed https://github.com/FreeCAD/FreeCAD/issues/15610#event-13642470770 and hopefully also https://github.com/FreeCAD/FreeCAD/issues/15136#issuecomment-2254156398 * fixed selection-text color in the preference menu also White is white. * forgot checkbox spacing for light * colors update fix for https://github.com/FreeCAD/FreeCAD/issues/15660#event-13670498420 and https://github.com/FreeCAD/FreeCAD/issues/15620#issuecomment-2251144435 * Delete CMakeSettings.json * get out of here * title a tat higher * change rubberband from white to blue to make it work with white background. * setting the colors. * tree colors
This commit is contained in:
@@ -342,9 +342,9 @@
|
||||
</property>
|
||||
<property name="color" stdset="0">
|
||||
<color>
|
||||
<red>255</red>
|
||||
<green>255</green>
|
||||
<blue>0</blue>
|
||||
<red>94</red>
|
||||
<green>170</green>
|
||||
<blue>35</blue>
|
||||
</color>
|
||||
</property>
|
||||
<property name="prefEntry" stdset="0">
|
||||
@@ -373,11 +373,11 @@
|
||||
<property name="toolTip">
|
||||
<string>Background color for active containers in tree view</string>
|
||||
</property>
|
||||
<property name="color" stdset="0">
|
||||
<property name="color" stdset="0">rgb(60, 145, 252)
|
||||
<color>
|
||||
<red>230</red>
|
||||
<green>230</green>
|
||||
<blue>255</blue>
|
||||
<red>60</red>
|
||||
<green>145</green>
|
||||
<blue>252</blue>
|
||||
</color>
|
||||
</property>
|
||||
<property name="prefEntry" stdset="0">
|
||||
|
||||
Reference in New Issue
Block a user