2010-06-30 14:40:55 -04:00
<stkgui>
2011-05-24 21:31:57 -04:00
<div x="0%" y="0%" width="100%" height="98%" layout="vertical-row" >
2011-05-16 21:01:51 -04:00
2011-05-24 21:31:57 -04:00
<div x="0" y="0" width="100%" layout="horizontal-row" height="8%">
2011-05-24 21:23:35 -04:00
<icon-button id="back" height="100%" icon="gui/back.png"/>
<header text_align="center" proportion="1" text="SuperTuxKart Addons" align="center"/>
2013-07-03 20:32:26 -04:00
<icon-button id="reload" height="90%" icon="gui/restart.png"/>
2011-05-24 21:23:35 -04:00
</div>
2013-06-29 20:29:43 -04:00
<box id="filter_box" width="97%" height="75" layout="vertical-row" align="center">
<div x="0" y="0" width="98%" height="100%" layout="horizontal-row" align="center">
<textbox id="filter_name" proportion="9" align="center" />
<spacer width="10" />
2013-07-02 21:07:00 -04:00
<label text="Updated" align="center" I18N="In addons screen, in the filtering bar, to enable a filter that will show only recently updated items"/>
2013-06-29 20:29:43 -04:00
<spinner id="filter_date" proportion="5" align="center" min_value="0" wrap_around="true"/>
2013-07-02 21:07:00 -04:00
<label text="Rating >=" align="center" I18N="In addons screen, in the filtering bar, to enable a filter that will show only recently items with good rating"/>
2013-06-29 20:29:43 -04:00
<spinner id="filter_rating" proportion="3" align="center" min_value="0" wrap_around="true"/>
<icon-button id="filter_search" height="100%" icon="gui/search.png"/>
</div>
</box>
2013-07-05 21:05:08 -04:00
<spacer height="15" width="10"/>
2010-06-30 14:40:55 -04:00
2011-05-16 21:01:51 -04:00
<tabs id="category" height="10%" max_height="110" width="90%" align="center">
2010-07-28 13:46:48 -04:00
<icon-button id="tab_kart" width="128" height="128" icon="gui/karts.png"
I18N="Section in the addons menu" text="Karts"/>
<icon-button id="tab_track" width="128" height="128" icon="gui/mode_normal.png"
I18N="Section in the addons menu" text="Tracks"/>
2011-06-27 18:49:15 -04:00
<icon-button id="tab_arena" width="128" height="128" icon="gui/mode_normal.png"
I18N="Section in the addons menu" text="Arenas"/>
2010-06-30 14:40:55 -04:00
</tabs>
2013-07-05 21:05:08 -04:00
<box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
<list id="list_addons" x="0" y="0" width="100%" height="100%"/>
</box>
2010-06-30 14:40:55 -04:00
</div>
</stkgui>