2016-02-12 12:34:00 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
2018-05-13 20:51:52 -04:00
|
|
|
<div y="2%" width="100%" height="96%" layout="vertical-row">
|
2018-09-14 21:04:35 -04:00
|
|
|
|
|
|
|
<div width="100%" height="40%" layout="vertical-row">
|
|
|
|
<div width="100%" height="25%" layout="vertical-row" >
|
|
|
|
<label id="name" width="100%" text_align="center"/>
|
2016-03-19 02:57:22 -04:00
|
|
|
</div>
|
2018-09-14 21:04:35 -04:00
|
|
|
<!-- This is filled in programmatically -->
|
|
|
|
<box width="98%" height="75%" align="center" layout="vertical-row" padding="1">
|
|
|
|
<list id="current_replay_info" x="0" y="0" width="100%" height="100%"/>
|
|
|
|
</box>
|
2016-03-19 02:57:22 -04:00
|
|
|
</div>
|
|
|
|
|
2018-09-14 21:04:35 -04:00
|
|
|
<div width="100%" height="60%" layout="horizontal-row">
|
|
|
|
<div width="36%" height="100%" layout="vertical-row">
|
|
|
|
<icon-button proportion="1" width="100%" height="100%" id="track_screenshot" custom_ratio="1.33333"/>
|
|
|
|
</div>
|
2018-05-13 20:51:52 -04:00
|
|
|
|
2018-09-14 21:04:35 -04:00
|
|
|
<div width="64%" height="100%" layout="vertical-row">
|
|
|
|
<div width="95%" align="center" layout="vertical-row" height="fit">
|
|
|
|
<div width="100%" height="40" layout="horizontal-row" >
|
|
|
|
<checkbox width="fit" id="record-race" I18N="Ghost replay info action" text_align="left"/>
|
|
|
|
<spacer width="10"/>
|
|
|
|
<label proportion="1" id="record-race-text" height="100%" text_align="left" I18N="Ghost replay info action" text="Record the race for ghost replay"/>
|
|
|
|
</div>
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
|
|
|
<checkbox width="fit" id="watch-only" I18N="Ghost replay info action" text_align="left"/>
|
|
|
|
<spacer width="10"/>
|
|
|
|
<label proportion="1" id="watch-only-text" height="100%" text_align="left" I18N="Ghost replay info action" text="Watch replay only"/>
|
|
|
|
</div>
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
|
|
|
<checkbox width="fit" id="compare-ghost" I18N="Ghost replay info action" text_align="left"/>
|
|
|
|
<spacer width="10"/>
|
|
|
|
<label proportion="1" id="compare-ghost-text" height="100%" text_align="left" I18N="Ghost replay info action" text="Compare to another ghost"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-05-13 20:51:52 -04:00
|
|
|
|
2018-09-14 21:04:35 -04:00
|
|
|
<div width="95%" height="60%" align="center">
|
|
|
|
<buttonbar id="actions" x="0" y="0" height="100%" width="100%" align="center">
|
|
|
|
<icon-button id="start" width="128" height="128"
|
2018-09-16 10:37:42 -04:00
|
|
|
icon="gui/icons/green_check.png"
|
2018-09-14 21:04:35 -04:00
|
|
|
I18N="Ghost replay info screen action" text="Start Race" />
|
|
|
|
<icon-button id="add-ghost-to-compare" width="128" height="128"
|
2018-09-16 10:37:42 -04:00
|
|
|
icon="gui/icons/ghost_plus.png"
|
2018-09-14 21:04:35 -04:00
|
|
|
I18N="Ghost replay info screen action" text="Compare ghost" />
|
|
|
|
<icon-button id="remove" width="128" height="128"
|
2018-09-16 10:37:42 -04:00
|
|
|
icon="gui/icons/remove.png"
|
2018-09-14 21:04:35 -04:00
|
|
|
I18N="Ghost replay info action" text="Remove" />
|
|
|
|
<icon-button id="back" width="128" height="128"
|
2018-09-16 10:37:42 -04:00
|
|
|
icon="gui/icons/back.png"
|
2018-09-14 21:04:35 -04:00
|
|
|
I18N="Ghost replay info action" text="Back" />
|
|
|
|
</buttonbar>
|
|
|
|
</div>
|
2018-05-13 20:51:52 -04:00
|
|
|
</div>
|
2016-02-12 12:34:00 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</stkgui>
|