Fix minor glitch in GPs list rendering

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8221 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-04-05 20:40:08 +00:00
parent bad28185f3
commit 199a193d49

View File

@ -8,7 +8,7 @@
align="center" text_align="center" />
<box width="100%" height="195">
<scrollable_toolbar id="gps" height="175" y="10" x="10" width="100%" align="center" label_location="each"
<scrollable_toolbar id="gps" height="175" y="10" x="10" width="98%" align="center" label_location="each"
square_items="true" child_width="160" child_height="120" />
</box>