2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-08-24 19:19:14 -04:00
|
|
|
<stkgui>
|
2010-08-29 19:19:06 -04:00
|
|
|
<div x="2%" y="5%" width="100%" height="95%" layout="vertical-row" id="div">
|
2013-09-15 20:16:28 -04:00
|
|
|
<roundedbox width="90%" proportion="1" align="center">
|
|
|
|
<div id="result-table" width="96%" height="96%" x="2%" y="2%">
|
|
|
|
<!-- Contents is added programatically -->
|
|
|
|
</div>
|
2010-09-13 19:22:58 -04:00
|
|
|
</roundedbox>
|
2019-05-13 17:39:43 -04:00
|
|
|
<spacer height="1%" width="96%"/>
|
2010-08-24 19:19:14 -04:00
|
|
|
<!-- The actual button texts will vary depending on what type of race
|
|
|
|
was being run, and if something was unlocked etc. So we don't
|
|
|
|
specify a text here, and label the buttons :
|
|
|
|
top : 'See unlocked feature(s)', 'Continue', 'Setup new race'
|
|
|
|
middle: 'Restart' (or invisible)
|
|
|
|
bottom: 'Abort GP', 'Back to the menu' (or invisible)
|
|
|
|
Setting text=" " is important, otherwise the height of the
|
|
|
|
widget is incorrect. -->
|
2010-09-01 12:09:09 -04:00
|
|
|
<button id="top" align="center" width="60%"/>
|
2019-05-13 17:39:43 -04:00
|
|
|
<spacer height="1%" width="96%"/>
|
2010-09-01 12:09:09 -04:00
|
|
|
<button id="middle" align="center" width="60%"/>
|
2019-05-13 17:39:43 -04:00
|
|
|
<spacer height="1%" width="96%"/>
|
2010-09-01 12:09:09 -04:00
|
|
|
<button id="bottom" align="center" width="60%"/>
|
2019-06-08 16:01:54 -04:00
|
|
|
<spacer height="1%" width="96%"/>
|
2010-08-24 19:19:14 -04:00
|
|
|
</div>
|
|
|
|
</stkgui>
|