mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
15 lines
492 B
XML
15 lines
492 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Skin" version="3.2.1">
|
|
|
|
<Skin name="MW_DispositionEdit" size="0 0 50 50">
|
|
<Property key="FontName" value="Default"/>
|
|
<Property key="TextAlign" value="Center"/>
|
|
<Property key="Static" value="1"/>
|
|
<Property key="WordWrap" value="true"/>
|
|
<Property key="TextShadow" value="true"/>
|
|
<Child type="TextBox" skin="SandText" offset="0 0 0 -4" align="Stretch" name="Client"/>
|
|
</Skin>
|
|
|
|
</MyGUI>
|