2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-08-29 21:28:46 -04:00
|
|
|
<stkgui>
|
2014-06-19 03:49:36 -04:00
|
|
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
2009-08-29 21:28:46 -04:00
|
|
|
|
2018-03-19 03:08:38 -04:00
|
|
|
<div id="all-track" x="1%" y="1%" width="60%" height="96%" layout="vertical-row" >
|
2016-03-20 13:02:13 -04:00
|
|
|
<header width="80%" I18N="In the track selection screen" text="All Tracks"
|
2014-06-19 03:49:36 -04:00
|
|
|
align="center" text_align="center" />
|
2009-03-14 21:34:21 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<box proportion="1" width="100%" layout="vertical-row" padding="1">
|
|
|
|
<ribbon_grid id="tracks" proportion="1" width="100%" square_items="true"
|
2018-03-16 18:00:58 -04:00
|
|
|
label_location="bottom" align="center" max_rows="3"
|
2014-06-19 03:49:36 -04:00
|
|
|
child_width="160" child_height="120" />
|
|
|
|
<spacer width="20" height="13" />
|
|
|
|
</box>
|
2009-03-14 21:34:21 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<!-- Populated dynamically at runtime -->
|
2018-03-16 18:00:58 -04:00
|
|
|
<tabs width="100%" height="5%" id="trackgroups"> </tabs>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2016-02-14 20:28:36 -05:00
|
|
|
<spacer width="100%" height="2%" />
|
2018-03-16 23:12:21 -04:00
|
|
|
<box id="rect-box" width="100%" height="20%" padding="15" layout="vertical-row">
|
2018-03-15 12:54:02 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2018-03-16 23:12:21 -04:00
|
|
|
<label id="lap-text" proportion="1" I18N="In the track screen" text_align="right"/>
|
2018-03-15 12:54:02 -04:00
|
|
|
<spacer width="40"/>
|
|
|
|
<div proportion="1" height="fit" layout="horizontal-row">
|
|
|
|
<spinner id="lap-spinner" width="50%" min_value="1" max_value="20" align="center"
|
|
|
|
wrap_around="true" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<spacer height="10"/>
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2018-03-16 23:12:21 -04:00
|
|
|
<label id="reverse-text" proportion="1" I18N="In the track screen" text_align="right"/>
|
2018-03-15 12:54:02 -04:00
|
|
|
<spacer width="40"/>
|
|
|
|
<div proportion="1" height="fit" layout="horizontal-row">
|
|
|
|
<div width="50%" height="fit" text-align="center" layout="vertical-row" >
|
|
|
|
<checkbox id="reverse" align="center"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</box>
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
2018-03-19 03:08:38 -04:00
|
|
|
<div id="vote" x="63%" y="1%" width="37%" height="96%" layout="vertical-row">
|
|
|
|
<div width="95%" proportion="2" layout="horizontal-row">
|
|
|
|
<box proportion="2" height="100%" layout="vertical-row">
|
2018-06-06 20:43:26 -04:00
|
|
|
<label id="vote-text" word_wrap="true" proportion="3" width="100%" height="100%" text_valign="top"/>
|
2018-03-19 03:08:38 -04:00
|
|
|
</box>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
</stkgui>
|