mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
fixed ListBox selected item colour
This commit is contained in:
parent
d1508f5a59
commit
755e05e742
2 changed files with 0 additions and 2 deletions
|
@ -180,7 +180,6 @@
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_VCENTER" />
|
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_VCENTER" />
|
||||||
<Property key="TextColour" value = "0.70 0.57 0.33" />
|
|
||||||
|
|
||||||
<BasisSkin type="SimpleText" offset = "2 0 1 5" align = "ALIGN_STRETCH">
|
<BasisSkin type="SimpleText" offset = "2 0 1 5" align = "ALIGN_STRETCH">
|
||||||
<State name="normal" colour = "0.70 0.57 0.33"/>
|
<State name="normal" colour = "0.70 0.57 0.33"/>
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
<Property key="FontHeight" value = "18" />
|
<Property key="FontHeight" value = "18" />
|
||||||
<Property key="AlignText" value = "ALIGN_RIGHT ALIGN_BOTTOM" />
|
<Property key="AlignText" value = "ALIGN_RIGHT ALIGN_BOTTOM" />
|
||||||
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
||||||
<State name="normal" colour = "0.75 0.6 0.35"/>
|
<State name="normal" colour = "0.75 0.6 0.35"/>
|
||||||
<State name="increased" colour = "0.757 0.679 0.539"/>
|
<State name="increased" colour = "0.757 0.679 0.539"/>
|
||||||
|
|
Loading…
Reference in a new issue