mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 12:42:11 +00:00
15 lines
564 B
XML
15 lines
564 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<MyGUI type="Resource" version="1.1">
|
||
|
<Resource type="ResourceSkin" name="LuaImage">
|
||
|
<BasisSkin type="LuaTileRect"/>
|
||
|
</Resource>
|
||
|
|
||
|
<Resource type="ResourceSkin" name="LuaTextEdit" size="512 20">
|
||
|
<Property key="FontName" value="Default"/>
|
||
|
<Property key="TextAlign" value="Left VCenter"/>
|
||
|
<Property key="TextColour" value="#{fontcolour=normal}"/>
|
||
|
|
||
|
<Child type="TextBox" skin="MW_TextEditClient" offset="0 0 502 20" align="Stretch" name="Client"/>
|
||
|
</Resource>
|
||
|
</MyGUI>
|