Ticket #560: gamesetup_mp_gui_page_fix.patch

File gamesetup_mp_gui_page_fix.patch, 1.3 KB (added by fcxSanya, 14 years ago)
  • gamesetup_mp.xml

     
    7777                ]]></action>
    7878            </object>
    7979
    80             <object type="button" size="50%-125 200 50%-25 230" style="wheatButton">
     80            <object type="button" size="3 100%-33 103 100%-3" style="wheatButton">
    8181                Continue
    8282                <action on="Press"><![CDATA[
    8383                    if (startHost(
     
    8989                ]]></action>
    9090            </object>
    9191
    92             <object type="button" style="wheatButton" size="50%+25 200 50%+125 230">
     92            <object type="button" style="wheatButton" size="50%-50 100%-33 50%+50 100%-3">
    9393                Back
    9494                <action on="Press"><![CDATA[
    9595                    switchSetupPage("pageHost", "pageSelectMode");
     
    127127                127.0.0.1
    128128            </object>
    129129
    130             <object type="button" size="50%-125 200 50%-25 230" style="wheatButton">
     130            <object type="button" size="3 100%-33 103 100%-3" style="wheatButton">
    131131                Continue
    132132                <action on="Press"><![CDATA[
    133133                    if (startJoin(
     
    139139                ]]></action>
    140140            </object>
    141141
    142             <object type="button" size="50%+25 200 50%+125 230" style="wheatButton">
     142            <object type="button" size="50%-50 100%-33 50%+50 100%-3" style="wheatButton">
    143143                Back
    144144                <action on="Press"><![CDATA[
    145145                    switchSetupPage("pageJoin", "pageSelectMode");