mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
bbc5b125ab
- Use quest names as identifiers, not quest IDs. This ensures that quests with different IDs, but the same name (e.g. A2_4_MiloCaiusGone and A2_4_MiloGone) are merged properly, as they should. - Switch display from BookPage to MWList. Handles word-wrapping and scrolling properly. - Fixes a bug where the quest index would not be updated when opened.
40 lines
1.6 KiB
XML
40 lines
1.6 KiB
XML
<?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"/>
|
|
<!--Property key="Pointer" value="beam" /-->
|
|
<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_QuestList" size="516 516" align="Left Top">
|
|
|
|
<Property key="ListItemSkin" value="MW_QuestLink"/>
|
|
|
|
<Child type="Widget" skin="" offset="3 3 510 510" align="Top Left Stretch" name="Client"/>
|
|
|
|
</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"/>
|
|
</BasisSkin>
|
|
</Skin>
|
|
</MyGUI>
|