2016-02-12 12:34:00 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
|
|
|
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row">
|
|
|
|
<div x="5%" y="0%" width="90%" proportion="6" layout="horizontal-row">
|
|
|
|
<div width="40%" height="100%" layout="vertical-row">
|
2016-03-19 02:57:22 -04:00
|
|
|
<icon id="icon" align="center" width="100%" icon="gui/loading.png" />
|
2016-02-12 12:34:00 -05:00
|
|
|
</div>
|
|
|
|
<div width="60%" height="50%" layout="vertical-row">
|
|
|
|
<label id="name" width="100%" text_align="left"/>
|
2016-03-19 02:57:22 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div width="90%" align="center" layout="vertical-row" height="fit">
|
|
|
|
<div width="100%" height="fit" 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"/>
|
2016-03-19 20:40:55 -04:00
|
|
|
<label proportion="1" id="watch-only-text" height="100%" text_align="left" I18N="Ghost replay info action" text="Watch replay only"/>
|
2016-02-12 12:34:00 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div width="80%" proportion="5" align="center">
|
|
|
|
<buttonbar id="actions" x="0" y="0" height="100%" width="100%" align="center">
|
|
|
|
<icon-button id="start" width="128" height="128"
|
|
|
|
icon="gui/green_check.png"
|
|
|
|
I18N="Ghost replay info screen action" text="Start Race" />
|
|
|
|
<icon-button id="remove" width="128" height="128"
|
|
|
|
icon="gui/remove.png"
|
|
|
|
I18N="Ghost replay info action" text="Remove" />
|
|
|
|
<icon-button id="back" width="128" height="128"
|
|
|
|
icon="gui/back.png"
|
|
|
|
I18N="Ghost replay info action" text="Back" />
|
|
|
|
</buttonbar>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</stkgui>
|