Finish to fix the problem with the back and install button in the addons dialog

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5960 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
xapantu 2010-09-10 18:58:23 +00:00
parent a39d705b9a
commit a7c40fede7

View File

@ -13,8 +13,14 @@
</div>
<div x="5%" y="80%" width="90%" height="10%" layout="horizontal-row" >
<div x="5%" y="80%" width="40%" height="10%" layout="horizontal-row">
<spacer proportion="1" />
<button id="cancel" I18N="Addons" text="Back" align="center"/>
<spacer proportion="1" />
</div>
<div x="50%" y="80%" width="40%" height="10%" layout="horizontal-row" >
<spacer proportion="1" />
<button id="install" I18N="Addons" text="Install" align="center"/>
<spacer proportion="1" />
</div>
</stkgui>