Don't ahrdcode label sizes, STK can figure them by itself from font size

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8558 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-05-13 01:07:17 +00:00
parent 3b91d2c327
commit 2956c77aa1

View File

@@ -11,9 +11,9 @@
</div>
<spacer proportion="1" />
<div width="50%" height="100%" layout="vertical-row" >
<bubble word_wrap="true" id="description" height="100%" width="100%" text="" proportion="6" />
<label id="size" width="100%" text="Size:" proportion="1" />
<label id="revision" width="100%" text="Version:" proportion="1" />
<bubble word_wrap="true" id="description" height="100%" width="100%" text="" proportion="1" />
<label id="size" width="100%" text="Size:"/>
<label id="revision" width="100%" text="Version:"/>
</div>
</div>