mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
force the window text to white, too
This commit is contained in:
parent
44c8ee42b3
commit
7a9086ffa9
1 changed files with 27 additions and 0 deletions
|
@ -68,6 +68,15 @@
|
||||||
<property name="palette" >
|
<property name="palette" >
|
||||||
<palette>
|
<palette>
|
||||||
<active>
|
<active>
|
||||||
|
<colorrole role="WindowText" >
|
||||||
|
<brush brushstyle="SolidPattern" >
|
||||||
|
<color alpha="255" >
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</color>
|
||||||
|
</brush>
|
||||||
|
</colorrole>
|
||||||
<colorrole role="Base" >
|
<colorrole role="Base" >
|
||||||
<brush brushstyle="SolidPattern" >
|
<brush brushstyle="SolidPattern" >
|
||||||
<color alpha="255" >
|
<color alpha="255" >
|
||||||
|
@ -88,6 +97,15 @@
|
||||||
</colorrole>
|
</colorrole>
|
||||||
</active>
|
</active>
|
||||||
<inactive>
|
<inactive>
|
||||||
|
<colorrole role="WindowText" >
|
||||||
|
<brush brushstyle="SolidPattern" >
|
||||||
|
<color alpha="255" >
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</color>
|
||||||
|
</brush>
|
||||||
|
</colorrole>
|
||||||
<colorrole role="Base" >
|
<colorrole role="Base" >
|
||||||
<brush brushstyle="SolidPattern" >
|
<brush brushstyle="SolidPattern" >
|
||||||
<color alpha="255" >
|
<color alpha="255" >
|
||||||
|
@ -108,6 +126,15 @@
|
||||||
</colorrole>
|
</colorrole>
|
||||||
</inactive>
|
</inactive>
|
||||||
<disabled>
|
<disabled>
|
||||||
|
<colorrole role="WindowText" >
|
||||||
|
<brush brushstyle="SolidPattern" >
|
||||||
|
<color alpha="255" >
|
||||||
|
<red>128</red>
|
||||||
|
<green>128</green>
|
||||||
|
<blue>128</blue>
|
||||||
|
</color>
|
||||||
|
</brush>
|
||||||
|
</colorrole>
|
||||||
<colorrole role="Base" >
|
<colorrole role="Base" >
|
||||||
<brush brushstyle="SolidPattern" >
|
<brush brushstyle="SolidPattern" >
|
||||||
<color alpha="255" >
|
<color alpha="255" >
|
||||||
|
|
Loading…
Reference in a new issue