Updated feature unlocked screen XML file to no more hardcode button size

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5713 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-07-30 01:42:14 +00:00
parent b13ba3ac37
commit 13f82f769a

View File

@ -1,5 +1,11 @@
<stkgui>
<button id="continue" x="20" y="-40" width="250" height="35" align="left" text="Continue"/>
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
<spacer width="10" proportion="1"/>
<button id="continue" x="20" width="250" align="left" text="Continue"/>
</div>
</stkgui>