1
0
forked from 0ad/0ad

Fix misaligned text in dialogs

This was SVN commit r10158.
This commit is contained in:
WhiteTreePaladin 2011-09-01 03:27:30 +00:00
parent 5c7b1d8241
commit d5b8a39fdd
2 changed files with 3 additions and 5 deletions

View File

@ -17,7 +17,7 @@
<action on="Press"><![CDATA[ <action on="Press"><![CDATA[
var url = "http://trac.wildfiregames.com/wiki/0adManual"; var url = "http://trac.wildfiregames.com/wiki/0adManual";
Engine.OpenURL(url); Engine.OpenURL(url);
messageBox(500, 200, "Opening "+url+" in default web browser. Please wait...", "Opening page", 2); messageBox(450, 200, "Opening "+url+"\n in default web browser. Please wait...", "Opening page", 2);
]]></action> ]]></action>
</object> </object>
<object type="button" style="StoneButton" tooltip_style="snToolTip" size="100%-148 100%-48 100%-20 100%-20"> <object type="button" style="StoneButton" tooltip_style="snToolTip" size="100%-148 100%-48 100%-20 100%-20">
@ -26,6 +26,4 @@
</object> </object>
</object> </object>
</objects> </objects>

View File

@ -457,7 +457,7 @@ Get involved at: wildfiregames.com/0ad
<action on="Press"><![CDATA[ <action on="Press"><![CDATA[
var url = "http://wildfiregames.com/0ad/"; var url = "http://wildfiregames.com/0ad/";
Engine.OpenURL(url); Engine.OpenURL(url);
messageBox(400, 200, "Opening "+url+" in default web browser. Please wait...", "Opening page", 2); messageBox(450, 200, "Opening "+url+"\n in default web browser. Please wait...", "Opening page", 2);
]]></action> ]]></action>
</object> </object>
@ -471,7 +471,7 @@ Get involved at: wildfiregames.com/0ad
<action on="Press"><![CDATA[ <action on="Press"><![CDATA[
var url = "http://webchat.quakenet.org/?channels=0ad"; var url = "http://webchat.quakenet.org/?channels=0ad";
Engine.OpenURL(url); Engine.OpenURL(url);
messageBox(400, 200, "Opening "+url+" in default web browser. Please wait...", "Opening page", 2); messageBox(450, 200, "Opening "+url+"\n in default web browser. Please wait...", "Opening page", 2);
]]></action> ]]></action>
</object> </object>
</object> </object>