1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 10:45:33 +00:00

fix button align on 2 windows

This commit is contained in:
scrawl 2012-09-10 14:31:19 +02:00
parent d581ac426e
commit ad66ebf84f
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
<Property key="MultiLine" value="true" />
</Widget>
<Widget type="HBox" position="0 84 272 24">
<Widget type="HBox" position="0 84 272 24" align="Right Bottom">
<Widget type="Widget"/> <!-- spacer -->
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton" align="Right Bottom">
<Property key="Caption" value="#{sCancel}"/>

View file

@ -21,7 +21,7 @@
</Widget>
<Widget type="HBox" position="0 90 572 24">
<Widget type="HBox" position="0 90 572 24" align="Right Bottom">
<Widget type="Widget"/> <!-- spacer -->
<Widget type="AutoSizedButton" skin="MW_Button" position="417 90 60 24" name="CancelButton" align="Right Top">
<Property key="Caption" value="#{sCancel}"/>