Make add-ons screen look better

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8706 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-05-25 01:31:57 +00:00
parent 71832931b0
commit c285f67dba

View File

@ -1,12 +1,12 @@
<stkgui>
<div x="0%" y="0%" width="100%" height="98%" layout="vertical-row" >
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
<div x="0" y="0" width="100%" height="fit" layout="horizontal-row" height="8%">
<div x="0" y="0" width="100%" layout="horizontal-row" height="8%">
<icon-button id="back" height="100%" icon="gui/back.png"/>
<header text_align="center" proportion="1" text="SuperTuxKart Addons" align="center"/>
<button id="reload" text="Reload" />
<spacer width="15" width="5"/>
</div>
<spacer height="15" width="10"/>
@ -17,11 +17,11 @@
<icon-button id="tab_track" width="128" height="128" icon="gui/mode_normal.png"
I18N="Section in the addons menu" text="Tracks"/>
</tabs>
<spacer height="15" width="10"/>
<spacer height="5" width="10"/>
<list id="list_addons" proportion="1" width="97%" align="center"/>
<spacer width="1" height="3%" />
<spacer width="1" height="8" />
</div>