6cc75a106b
* Smarter size * Better size * Smarter row size * Smarter size * Fix #3792 * Bigger title && use 4 spaces * Fix #3792 * Better credits * Smarter size * Less lines to preserve space * Smarter icon size * Better size * Completely fix #3792 Using buttonbar in every line can avoid scaling problems * Completely fix #3792 * Completely fix #3792 * Add space under the screen * Make space smaller * Smarter ratingbar size * Better size * More reasonable size for powerup texts * Better spacer under the screen * Sparter space under buttons * Smarter space under buttons * Smarter space * Smaeter space under icons * Smarter space under buttons * Smarter space * Smarter space under butons * Smarter space * Smarter space under buttons * Smarter space * Smarter space under buttons * Smarter space * Smarter stars size * Fix an extra line * change buttonbar back into ribbon * dont declare the width of the buttons It may cause some characters partly showed or hidden in some lang
26 lines
1.2 KiB
XML
26 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<stkgui>
|
|
<div x="2%" y="5%" width="100%" height="95%" layout="vertical-row" id="div">
|
|
<roundedbox width="90%" proportion="1" align="center">
|
|
<div id="result-table" width="96%" height="96%" x="2%" y="2%">
|
|
<!-- Contents is added programatically -->
|
|
</div>
|
|
</roundedbox>
|
|
<spacer height="1%" width="96%"/>
|
|
<!-- 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. -->
|
|
<button id="top" align="center" width="60%"/>
|
|
<spacer height="1%" width="96%"/>
|
|
<button id="middle" align="center" width="60%"/>
|
|
<spacer height="1%" width="96%"/>
|
|
<button id="bottom" align="center" width="60%"/>
|
|
<spacer height="1%" width="96%"/>
|
|
</div>
|
|
</stkgui>
|