stk-code_catmod/data/gui/screens/race_result.stkgui
2019-10-08 09:15:01 +08:00

28 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
<div x="3%" y="2%" width="94%" height="96%" layout="vertical-row" id="div">
<roundedbox width="100%" height="100%" align="center">
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
<div id="result-table" width="100%" height="80%">
<!-- Contents is added programatically -->
</div>
<spacer height="3%" width="100%"/>
<!-- 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. -->
<buttonbar id="operations" width="65%" height="18%" align="center">
<icon-button id="left" width="128" height="128" raw_text="Left"/>
<icon-button id="middle" width="128" height="128" raw_text="Middle"/>
<icon-button id="right" width="128" height="128" raw_text="Right"/>
</buttonbar>
</div>
</roundedbox>
<spacer height="3%" width="90%"/>
</div>
</stkgui>