options_device.stkgui 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
  4. <header text_align="center" width="80%" align="center" text="SuperTuxKart Options"/>
  5. <spacer height="15" width="10"/>
  6. <tabs id="options_choice" height="10%" max_height="110" x="2%" width="98%" align="center">
  7. <icon-button id="tab_video" width="128" height="128" icon="gui/options_video.png"/>
  8. <icon-button id="tab_audio" width="128" height="128" icon="gui/options_audio.png"/>
  9. <icon-button id="tab_ui" width="128" height="128" icon="gui/options_ui.png"/>
  10. <icon-button id="tab_players" width="128" height="128" icon="gui/options_players.png"/>
  11. <icon-button id="tab_controls" width="128" height="128" icon="gui/options_input.png"
  12. I18N="Section in the settings menu" text="Controls"/>
  13. </tabs>
  14. <box proportion="1" width="100%" layout="vertical-row">
  15. <!-- Configuration name -->
  16. <spacer height="6" width="10"/>
  17. <label id="title" width="100%" text_align="center" />
  18. <spacer height="16" width="10"/>
  19. <!-- List of key bindings -->
  20. <box proportion="8" width="75%" align="center" layout="vertical-row" padding="8">
  21. <list id="actions" x="0" y="0" width="100%" height="100%"/>
  22. </box>
  23. <!-- Bottom buttons -->
  24. <spacer width="50" height="20" />
  25. <div proportion="2" width="100%" layout="horizontal-row">
  26. <spacer width="7" height="5"/>
  27. <div height="100%" width="fit" layout="vertical-row">
  28. <button id="delete"
  29. I18N="In the input configuration screen" text="Delete Configuration"/>
  30. <spacer width="50" height="10" />
  31. <button id="back_to_device_list" I18N="In the input configuration screen" text="Back to device list"/>
  32. <spacer width="50" height="10" />
  33. </div>
  34. <spacer width="20" height="10" />
  35. <label id="conflict" proportion="1" text="" word_wrap="true" align="center"/>
  36. </div>
  37. </box>
  38. </div>
  39. <icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
  40. </stkgui>