1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00
OpenMW/files/data/mygui/openmw_persuasion_dialog.layout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

50 lines
2.5 KiB
Plaintext
Raw Normal View History

2012-11-10 12:07:26 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
2022-02-26 13:54:42 +00:00
<Widget type="Window" skin="MW_DialogNoTransp" layer="Modal" position="0 0 220 192" align="Center" name="_Main">
2012-11-10 12:07:26 +00:00
2022-08-30 07:54:20 +00:00
<Widget type="TextBox" skin="NormalText" position="0 4 220 24" align="HCenter Top">
2012-11-10 12:07:26 +00:00
<Property key="Caption" value="#{sPersuasionMenuTitle}"/>
<Property key="TextAlign" value="Center"/>
</Widget>
2022-08-30 07:54:20 +00:00
<Widget type="Widget" skin="MW_Box" position="8 32 196 114" align="Stretch Top" name="ActionsBox">
2012-11-10 12:07:26 +00:00
<Widget type="AutoSizedButton" skin="SandTextButton" position="4 0 0 18" name="AdmireButton">
<Property key="Caption" value="#{sAdmire}"/>
<Property key="TextAlign" value="Left"/>
</Widget>
<Widget type="AutoSizedButton" skin="SandTextButton" position="4 18 0 18" name="IntimidateButton">
<Property key="Caption" value="#{sIntimidate}"/>
<Property key="TextAlign" value="Left"/>
</Widget>
<Widget type="AutoSizedButton" skin="SandTextButton" position="4 36 0 18" name="TauntButton">
<Property key="Caption" value="#{sTaunt}"/>
<Property key="TextAlign" value="Left"/>
</Widget>
<Widget type="AutoSizedButton" skin="SandTextButton" position="4 54 0 18" name="Bribe10Button">
<Property key="Caption" value="#{sBribe 10 Gold}"/>
<Property key="TextAlign" value="Left"/>
</Widget>
<Widget type="AutoSizedButton" skin="SandTextButton" position="4 72 0 18" name="Bribe100Button">
<Property key="Caption" value="#{sBribe 100 Gold}"/>
<Property key="TextAlign" value="Left"/>
</Widget>
<Widget type="AutoSizedButton" skin="SandTextButton" position="4 90 0 18" name="Bribe1000Button">
<Property key="Caption" value="#{sBribe 1000 Gold}"/>
<Property key="TextAlign" value="Left"/>
</Widget>
</Widget>
2022-08-30 07:54:20 +00:00
<Widget type="AutoSizedTextBox" skin="SandText" position="8 158 102 24" align="Left Bottom" name="GoldLabel">
2015-02-03 14:25:36 +00:00
<Property key="TextAlign" value="Left VCenter"/>
</Widget>
2022-08-30 07:54:20 +00:00
<Widget type="AutoSizedButton" skin="MW_Button" position="204 154 0 24" align="Right Bottom" name="CancelButton">
2012-11-10 12:07:26 +00:00
<Property key="ExpandDirection" value="Left"/>
<Property key="Caption" value="#{Interface:Cancel}"/>
2012-11-10 12:07:26 +00:00
</Widget>
</Widget>
</MyGUI>