select_challenge.stkgui 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <div x="5%" y="5%" width="90%" height="90%" layout="vertical-row" >
  4. <header id="title" width="100%" text="Race Setup" align="center" text_align="center" />
  5. <spacer height="2%" width="1"/>
  6. <div width="100%" layout="horizontal-row" height="fit">
  7. <label id="race_type" text="Type:" I18N="Type of race, in a challenge"/>
  8. <spacer width="5" height="1"/>
  9. <label id="race_type_val" proportion="1"/>
  10. </div>
  11. <spacer height="2%" width="1"/>
  12. <div width="100%" proportion="1" layout="horizontal-row">
  13. <icon-button id="novice" icon="gui/difficulty_easy.png"
  14. I18N="Difficulty" text="Novice" height="100%"/>
  15. <spacer width="5%" height="1"/>
  16. <label id="novice_label" proportion="1" height="100%"/>
  17. </div>
  18. <spacer height="8%" width="1"/>
  19. <div width="100%" proportion="1" layout="horizontal-row">
  20. <icon-button id="intermediate" icon="gui/difficulty_medium.png"
  21. I18N="Difficulty" text="Intermediate" height="100%"/>
  22. <spacer width="5%" height="1"/>
  23. <label id="intermediate_label" proportion="1" height="100%"/>
  24. </div>
  25. <spacer height="8%" width="1"/>
  26. <div width="100%" proportion="1" layout="horizontal-row">
  27. <icon-button id="expert" icon="gui/difficulty_hard.png"
  28. I18N="Difficulty" text="Expert" height="100%"/>
  29. <spacer width="5%" height="1"/>
  30. <label id="difficult_label" proportion="1" height="100%"/>
  31. </div>
  32. <spacer height="8%" width="1"/>
  33. </div>
  34. </stkgui>