mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 12:19:55 +00:00
25 lines
No EOL
1 KiB
XML
25 lines
No EOL
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
<Widget type="VBox" skin="MW_DialogNoTransp" layer="ListBox" position="0 0 500 300" name="_Main" align="Center">
|
|
<Property key="Spacing" value="8"/>
|
|
<Property key="Padding" value="8"/>
|
|
|
|
<Widget type="ListBox" skin="MW_List" position="0 0 200 400" name="ListBox">
|
|
<UserString key="HStretch" value="true"/>
|
|
<UserString key="VStretch" value="true"/>
|
|
</Widget>
|
|
<Widget type="HBox" skin="">
|
|
<Property key="Padding" value="8"/>
|
|
<UserString key="HStretch" value="true"/>
|
|
<UserString key="VStretch" value="true"/>
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="OkButton">
|
|
<Property key="Caption" value="#{sOk}"/>
|
|
</Widget>
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton">
|
|
<Property key="Caption" value="#{sCancel}"/>
|
|
</Widget>
|
|
</Widget>
|
|
</Widget>
|
|
</MyGUI> |