Added file I had forgotten to add

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4356 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2009-12-27 19:25:41 +00:00
parent df422703ac
commit b7dcca904e

24
data/gui/arenas.stkgui Normal file
View File

@ -0,0 +1,24 @@
<stkgui>
<div x="2%" y="1%" width="96%" height="99%" layout="vertical-row" >
<header width="100%" I18N="Section in arena tracks selection screen" text="Arenas"
align="center" text_align="center" />
<box proportion="1" width="100%" layout="vertical-row">
<ribbon_grid id="tracks" proportion="1" width="100%" square_items="true"
I18N="Ignore" text="bottom" align="center" child_width="160" child_height="120" />
<spacer width="20" height="13" />
</box>
<tabs width="100%" height="25" id="trackgroups">
<button id="standard" I18N="track group" text="Standard"/>
<button id="addons" I18N="track group" text="Add-Ons"/>
<button id="all" I18N="track group" text="All"/>
</tabs>
<spacer width="20" height="13" />
</div>
</stkgui>