easter_egg.stkgui 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
  4. <div x="2%" y="1%" width="96%" height="99%" layout="vertical-row" >
  5. <header width="80%" I18N="Section in easter egg tracks selection screen" text="All Tracks"
  6. align="center" text_align="center" />
  7. <spacer width="20" height="5" />
  8. <box proportion="1" width="100%" layout="vertical-row" padding="2">
  9. <ribbon_grid id="tracks" proportion="1" width="100%" square_items="true"
  10. label_location="bottom" align="center" child_width="160" child_height="120" />
  11. <spacer width="20" height="13" />
  12. </box>
  13. <tabs width="100%" height="25" id="trackgroups">
  14. <button id="standard" I18N="track group" text="Standard"/>
  15. <button id="addons" I18N="track group" text="Add-Ons"/>
  16. <button id="all" I18N="track group" text="All"/>
  17. </tabs>
  18. <spacer width="20" height="3%" />
  19. </div>
  20. </stkgui>