1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

Implemented Scrawls alternative workaround.

This commit is contained in:
Lars Söderberg 2014-04-28 18:52:53 +02:00
parent 0513d0837c
commit d530bbe5cd

View file

@ -13,25 +13,19 @@
<Property key="MultiLine" value="true"/>
</Widget>
<Widget type="HBox" position="0 89 138 24" align="Left Bottom">
<Widget type="Widget">
<UserString key="HStretch" value="true"/>
<Widget type="VBox" position="0 89 292 24" align="Right Bottom">
<Widget type="HBox">
<Property key="Spacing" value="8"/>
<Widget type="AutoSizedButton" skin="MW_Button" name="OkButton" align="Right Bottom">
<Property key="Caption" value="#{sYes}"/>
</Widget>
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton" align="Right Bottom">
<Property key="Caption" value="#{sNo}"/>
</Widget>
</Widget>
<Widget type="AutoSizedButton" skin="MW_Button" name="OkButton">
<Property key="Caption" value="#{sYes}"/>
</Widget>
<Widget type="Widget"/>
</Widget>
<Widget type="HBox" position="146 89 138 24" align="Left Bottom">
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton">
<Property key="Caption" value="#{sNo}"/>
</Widget>
<Widget type="Widget">
<UserString key="HStretch" value="true"/>
</Widget>
</Widget>
</Widget>
</MyGUI>