2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-03-20 21:13:05 -04:00
|
|
|
<stkgui>
|
2019-10-24 16:24:20 -04:00
|
|
|
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-10-05 17:03:04 -04:00
|
|
|
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
|
|
|
<header width="80%" height="8%" align="center" I18N="Title in grand prix editor screen" text="Grand Prix editor" text_align="center"/>
|
|
|
|
<spacer width="100%" height="1%"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-10-05 17:03:04 -04:00
|
|
|
<box proportion="5" width="100%" layout="vertical-row">
|
2014-06-19 03:49:36 -04:00
|
|
|
<ribbon_grid id="gplist" proportion="1" width="100%" square_items="true"
|
2019-10-05 17:03:04 -04:00
|
|
|
label_location="each" align="left" max_rows="1" child_width="160"
|
2014-06-19 03:49:36 -04:00
|
|
|
child_height="120" keep_selection="true" />
|
|
|
|
</box>
|
|
|
|
|
2014-09-13 04:40:27 -04:00
|
|
|
<!-- Populated dynamically at runtime -->
|
2019-05-13 17:39:43 -04:00
|
|
|
<tabs width="100%" height="1f" id="gpgroups"> </tabs>
|
2014-09-13 04:40:27 -04:00
|
|
|
|
|
|
|
<spacer height="20" />
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-10-05 17:03:04 -04:00
|
|
|
<box proportion="6" width="100%" layout="vertical-row">
|
2014-11-08 08:53:39 -05:00
|
|
|
<label id="gpname" text_align="center" width="100%" text="" />
|
2014-06-19 03:49:36 -04:00
|
|
|
<ribbon_grid id="tracks" proportion="1" width="100%" square_items="true"
|
|
|
|
label_location="each" align="left" max_rows="1"
|
|
|
|
child_width="160" child_height="120" />
|
|
|
|
</box>
|
|
|
|
|
|
|
|
<spacer height="20" />
|
|
|
|
|
2018-09-03 16:10:33 -04:00
|
|
|
<buttonbar proportion="3" id="menu" height="135" width="100%" align="center">
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="new" width="128" height="128" icon="gui/icons/gp_new.png"
|
2014-06-19 03:49:36 -04:00
|
|
|
I18N="Menu item" text="New" />
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="copy" width="128" height="128" icon="gui/icons/gp_copy.png"
|
2014-06-19 03:49:36 -04:00
|
|
|
I18N="Menu item" text="Copy" />
|
2019-10-05 13:14:09 -04:00
|
|
|
<icon-button id="edit" width="128" height="128" icon="gui/icons/gp_edit.png"
|
2014-06-19 03:49:36 -04:00
|
|
|
I18N="Menu item" text="Edit" />
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="remove" width="128" height="128" icon="gui/icons/gp_remove.png"
|
2014-06-19 03:49:36 -04:00
|
|
|
I18N="Menu item" text="Remove" />
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="rename" width="128" height="128" icon="gui/icons/rename.png"
|
2014-06-19 03:49:36 -04:00
|
|
|
I18N="Menu item" text="Rename" />
|
|
|
|
</buttonbar>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</stkgui>
|