race_result.stkgui 1.2 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <div x="2%" y="5%" width="100%" height="95%" layout="vertical-row" id="div">
  4. <roundedbox width="90%" proportion="1" align="center">
  5. <div id="result-table" width="96%" height="96%" x="2%" y="2%">
  6. <!-- Contents is added programatically -->
  7. </div>
  8. </roundedbox>
  9. <spacer height="10" width="96%"/>
  10. <!-- The actual button texts will vary depending on what type of race
  11. was being run, and if something was unlocked etc. So we don't
  12. specify a text here, and label the buttons :
  13. top : 'See unlocked feature(s)', 'Continue', 'Setup new race'
  14. middle: 'Restart' (or invisible)
  15. bottom: 'Abort GP', 'Back to the menu' (or invisible)
  16. Setting text=" " is important, otherwise the height of the
  17. widget is incorrect. -->
  18. <button id="top" align="center" width="60%"/>
  19. <spacer height="10" width="96%"/>
  20. <button id="middle" align="center" width="60%"/>
  21. <spacer height="10" width="96%"/>
  22. <button id="bottom" align="center" width="60%"/>
  23. </div>
  24. </stkgui>