1
0
forked from 0ad/0ad

switch the game setup confirmation buttons and move the welcome screen buttons

This was SVN commit r15100.
This commit is contained in:
sanderd17 2014-05-03 09:21:05 +00:00
parent 542bc1b273
commit b09925b27e
2 changed files with 3 additions and 3 deletions

View File

@ -206,7 +206,7 @@
name="startGame"
type="button"
style="StoneButton"
size="100%-308 100%-52 100%-168 100%-24"
size="100%-164 100%-52 100%-24 100%-24"
tooltip_style="onscreenToolTip"
enabled="false"
>
@ -225,7 +225,7 @@
name="cancelGame"
type="button"
style="StoneButton"
size="100%-164 100%-52 100%-24 100%-24"
size="100%-308 100%-52 100%-168 100%-24"
tooltip_style="onscreenToolTip"
>
<translatableAttribute id="caption">Back</translatableAttribute>

View File

@ -23,7 +23,7 @@
</object>
</object>
</object>
<object name="btnOK" type="button" style="StoneButton" tooltip_style="snToolTip" size="20 100%-42 184 100%-14">
<object name="btnOK" type="button" style="StoneButton" tooltip_style="snToolTip" size="100%-184 100%-42 100%-20 100%-14">
<translatableAttribute id="caption">OK</translatableAttribute>
<action on="Press"><![CDATA[
if (Engine.GetGUIObjectByName("displaySplashScreen").checked)