forked from teamnwah/openmw-tes3coop
Implemented Scrawls alternative workaround.
This commit is contained in:
parent
0513d0837c
commit
d530bbe5cd
1 changed files with 11 additions and 17 deletions
|
@ -13,25 +13,19 @@
|
||||||
<Property key="MultiLine" value="true"/>
|
<Property key="MultiLine" value="true"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<Widget type="HBox" position="0 89 138 24" align="Left Bottom">
|
<Widget type="VBox" position="0 89 292 24" align="Right Bottom">
|
||||||
<Widget type="Widget">
|
<Widget type="HBox">
|
||||||
<UserString key="HStretch" value="true"/>
|
<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>
|
||||||
|
|
||||||
<Widget type="AutoSizedButton" skin="MW_Button" name="OkButton">
|
<Widget type="Widget"/>
|
||||||
<Property key="Caption" value="#{sYes}"/>
|
|
||||||
</Widget>
|
|
||||||
</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>
|
</Widget>
|
||||||
</MyGUI>
|
</MyGUI>
|
Loading…
Reference in a new issue