mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
fix button align on 2 windows
This commit is contained in:
parent
d581ac426e
commit
ad66ebf84f
@ -13,7 +13,7 @@
|
|||||||
<Property key="MultiLine" value="true" />
|
<Property key="MultiLine" value="true" />
|
||||||
</Widget>
|
</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="Widget"/> <!-- spacer -->
|
||||||
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton" align="Right Bottom">
|
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton" align="Right Bottom">
|
||||||
<Property key="Caption" value="#{sCancel}"/>
|
<Property key="Caption" value="#{sCancel}"/>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
</Widget>
|
</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="Widget"/> <!-- spacer -->
|
||||||
<Widget type="AutoSizedButton" skin="MW_Button" position="417 90 60 24" name="CancelButton" align="Right Top">
|
<Widget type="AutoSizedButton" skin="MW_Button" position="417 90 60 24" name="CancelButton" align="Right Top">
|
||||||
<Property key="Caption" value="#{sCancel}"/>
|
<Property key="Caption" value="#{sCancel}"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user