1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 05:53:54 +00:00
openmw/files/mygui/openmw_dialogue_window_skin.xml
Lars Söderberg f7ed2ef55f Standardize align values
Updates all align attributes, so all layout files uses the same (new)
system plus fixes a couple of misspellings.
2013-08-07 21:43:19 +02:00

19 lines
689 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Skin">
<Skin name = "MW_DispEdit" size = "10 10">
<!--Property key="Pointer" value = "beam" /-->
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
</Skin>
<Skin name="MW_DispositionEdit" size="0 0 50 50">
<Property key="FontName" value = "Default" />
<Property key="TextAlign" value = "Center" />
<Property key="Colour" value = "0000FF" />
<Property key="Static" value="1" />
<Property key="WordWrap" value = "true" />
<Child type="TextBox" skin="MW_DispEdit" offset="0 0 0 -4" align = "Stretch" name = "Client"/>
</Skin>
</MyGUI>