forked from teamnwah/openmw-tes3coop
Fixed count widget buttons alignment
This commit is contained in:
parent
c9d9461d3e
commit
a03cc8216e
1 changed files with 5 additions and 3 deletions
|
@ -16,13 +16,15 @@
|
||||||
<Property key="Page" value="1"/>
|
<Property key="Page" value="1"/>
|
||||||
<Property key="WheelPage" value="1"/>
|
<Property key="WheelPage" value="1"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="HBox" skin="" position="0 91 140 24" align="Center Bottom">
|
<Widget type="HBox" skin="" position="0 91 592 24" align="Center Bottom HStretch">
|
||||||
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 53 24" align="Center Top" name="OkButton">
|
<Widget type="Spacer" />
|
||||||
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 53 24" align="Left Top" name="OkButton">
|
||||||
<Property key="Caption" value="#{sOk}"/>
|
<Property key="Caption" value="#{sOk}"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 86 24" align="Center Top" name="CancelButton">
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 86 24" align="Right Top" name="CancelButton">
|
||||||
<Property key="Caption" value="#{sCancel}"/>
|
<Property key="Caption" value="#{sCancel}"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
<Widget type="Spacer" />
|
||||||
</Widget>
|
</Widget>
|
||||||
</Widget>
|
</Widget>
|
||||||
<CodeGeneratorSettings/>
|
<CodeGeneratorSettings/>
|
||||||
|
|
Loading…
Reference in a new issue