stk-code_catmod/data/gui/screens/tracks_and_gp.stkgui

37 lines
1.7 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
2019-10-07 21:15:01 -04:00
<header width="8%" I18N="In the track and grand prix selection screen" text="Grand Prix"
align="center" text_align="center" />
<spacer width="100%" height="1%" />
2019-10-29 11:14:12 -04:00
<div width="100%" proportion="1" layout="horizontal-row" >
<box width="80%" height="100%" layout="vertical-row" padding="0">
<scrollable_toolbar id="gps" x="1%" y="1%" width="98%" height="98%" align="center" label_location="each"
square_items="true" child_width="175" child_height="120" />
</box>
<spacer width="2%" height="20" />
<icon-button id="rand-gp" width="18%" height="80%" icon="gui/icons/gp_new.png" align="center"
I18N="In the track and grand prix selection screen" text="Random Grand Prix"/>
</div>
2019-10-07 21:15:01 -04:00
<header width="8%" I18N="In the track and grand prix selection screen" text="All Tracks"
align="center" text_align="center" />
<spacer width="100%" height="1%" />
<box proportion="3" 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"
child_width="160" child_height="120" />
<spacer width="20" height="5%" />
</box>
<!-- Populated dynamically at runtime -->
<tabs width="100%" height="1f" id="trackgroups"> </tabs>
<spacer width="100%" height="2%" />
</div>
</stkgui>