set "textbox" color; set "inputfield" colors (pending plib patch; will
be ignored when used with unpatched plib)
This commit is contained in:
parent
7a3799a241
commit
a3471e2897
1 changed files with 21 additions and 0 deletions
|
@ -28,6 +28,20 @@
|
|||
<alpha type="float">1.0</alpha>
|
||||
</label>
|
||||
|
||||
<combo-editfield>
|
||||
<red type="float">0.9</red>
|
||||
<green type="float">0.6</green>
|
||||
<blue type="float">0.0</blue>
|
||||
<alpha type="float">1.0</alpha>
|
||||
</combo-editfield>
|
||||
|
||||
<select-editfield>
|
||||
<red type="float">0.9</red>
|
||||
<green type="float">0.6</green>
|
||||
<blue type="float">0.0</blue>
|
||||
<alpha type="float">1.0</alpha>
|
||||
</select-editfield>
|
||||
|
||||
<checkbox-foreground>
|
||||
<red type="float">0.41</red>
|
||||
<green type="float">0.4</green>
|
||||
|
@ -119,6 +133,13 @@
|
|||
<alpha type="float">1.0</alpha>
|
||||
</slider>
|
||||
|
||||
<textbox>
|
||||
<red type="float">0.9</red>
|
||||
<green type="float">0.6</green>
|
||||
<blue type="float">0.0</blue>
|
||||
<alpha type="float">1.0</alpha>
|
||||
</textbox>
|
||||
|
||||
<!-- splash screen font color -->
|
||||
<splash>
|
||||
<red type="float">1.0</red>
|
||||
|
|
Loading…
Reference in a new issue