mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 15:27:13 -04:00

Rework the layout Use "OK" instead of "Cancel" for the OK button Add gp to the price Use entry spacing consistent with other service menus
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 320 200" align="Center" name="_Main">
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="6 3 300 24" name="Select" align="Right Top">
|
|
<Property key="TextAlign" value="Center"/>
|
|
<Property key="Caption" value="#{sServiceTrainingTitle}"/>
|
|
</Widget>
|
|
<Widget type="TextBox" skin="SandText" position="6 22 300 24" name="Travel" align="Right Top">
|
|
<Property key="TextAlign" value="Left"/>
|
|
<Property key="Caption" value="#{sTrainingServiceTitle}"/>
|
|
</Widget>
|
|
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="6 42 300 115" align="Left Top" name="TrainingOptions">
|
|
</Widget>
|
|
|
|
|
|
<Widget type="TextBox" skin="SandText" position="6 161 200 24" name="PlayerGold" align="Right Top">
|
|
<Property key="TextAlign" value="Left"/>
|
|
</Widget>
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="246 161 60 24" name="OkButton" align="Right Top">
|
|
<Property key="ExpandDirection" value="Left"/>
|
|
<Property key="Caption" value="#{Interface:OK}"/>
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|