Change all skins to get font colors from fallback settings (Fixes #704)
parent
25e96b8c7b
commit
e42cb8020e
@ -1,38 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<MyGUI type="Skin">
|
||||
<Skin name="MW_BookClient" size="10 10">
|
||||
<Property key="FontName" value="Default"/>
|
||||
<Property key="TextAlign" value="Left Top"/>
|
||||
<Property key="TextColour" value="0 0 0"/>
|
||||
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
|
||||
</Skin>
|
||||
<MyGUI type="Skin" version="3.2.1">
|
||||
<Skin name="MW_BookClient" size="10 10">
|
||||
<Property key="FontName" value="Default"/>
|
||||
<Property key="TextAlign" value="Left Top"/>
|
||||
<Property key="TextColour" value="0 0 0"/>
|
||||
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
|
||||
</Skin>
|
||||
|
||||
<Skin name="MW_BookPage" size="0 0 50 50">
|
||||
<BasisSkin type="PageDisplay"/>
|
||||
</Skin>
|
||||
<Skin name="MW_BookPage" size="0 0 50 50">
|
||||
<BasisSkin type="PageDisplay"/>
|
||||
</Skin>
|
||||
|
||||
<Skin name="MW_QuestList" size="516 516" align="Left Top">
|
||||
<Skin name="MW_QuestList" size="516 516" align="Left Top">
|
||||
|
||||
<Property key="ListItemSkin" value="MW_QuestLink"/>
|
||||
<Property key="ListItemSkin" value="MW_QuestLink"/>
|
||||
|
||||
<Child type="Widget" skin="" offset="3 3 510 510" align="Top Left Stretch" name="Client"/>
|
||||
<Child type="Widget" skin="" offset="3 3 510 510" align="Top Left Stretch" name="Client"/>
|
||||
|
||||
</Skin>
|
||||
</Skin>
|
||||
|
||||
<Skin name="MW_QuestLink" size="5 5">
|
||||
<Property key="FontName" value="Default"/>
|
||||
<Property key="TextAlign" value="Left VCenter"/>
|
||||
|
||||
<BasisSkin type="SimpleText" offset="2 0 1 5" align="Stretch">
|
||||
<State name="disabled" colour="0 0 0" shift="0"/>
|
||||
<State name="normal" colour="0 0 0" shift="0"/>
|
||||
<State name="highlighted" colour="0.4 0.4 0.8" shift="0"/>
|
||||
<State name="pushed" colour="0.5 0.5 1" shift="0"/>
|
||||
<State name="disabled_checked" colour="0 0 0" shift="0"/>
|
||||
<State name="normal_checked" colour="0 0 0" shift="0"/>
|
||||
<State name="highlighted_checked" colour="0.4 0.4 0.8" shift="0"/>
|
||||
<State name="pushed_checked" colour="0.5 0.5 1" shift="0"/>
|
||||
<State name="normal" colour="#{fontcolour=journal_topic}" shift="0"/>
|
||||
<State name="highlighted" colour="#{fontcolour=journal_topic_over}" shift="0"/>
|
||||
<State name="pushed" colour="#{fontcolour=journal_topic_pressed}" shift="0"/>
|
||||
<State name="normal_checked" colour="#{fontcolour=journal_topic_pressed}" shift="0"/>
|
||||
<State name="highlighted_checked" colour="#{fontcolour=journal_topic_pressed}" shift="0"/>
|
||||
<State name="pushed_checked" colour="#{fontcolour=journal_topic_pressed}" shift="0"/>
|
||||
</BasisSkin>
|
||||
</Skin>
|
||||
</MyGUI>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<MyGUI type="Skin">
|
||||
<MyGUI type="Skin" version="3.2.1">
|
||||
</MyGUI>
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 118 B |
Loading…
Reference in New Issue