about.tb.txt 1.1 KB

12345678910111213141516171819202122232425262728
  1. TBLayout: axis: y
  2. TBTabContainer
  3. gravity all
  4. id tabcontainer
  5. tabs
  6. TBButton: text: "About"
  7. TBButton: text: "Atomic Game Engine License"
  8. TBButton: text: "Third Party Licenses"
  9. TBButton: text: "External Tool Licenses"
  10. TBEditField: multiline: 1, styling: 1, gravity: all, id: about_text, readonly: 1, adapt-to-content: 0
  11. font: size: 12
  12. lp: max-width: 800, min-width: 800, min-height: 512, max-height: 512
  13. text: "..."
  14. TBEditField: multiline: 1, styling: 1, gravity: all, id: age_license, readonly: 1, adapt-to-content: 0
  15. font: size: 12
  16. lp: max-width: 800, min-width: 800, min-height: 512, max-height: 512
  17. text: "..."
  18. TBEditField: multiline: 1, styling: 1, gravity: all, id: thirdparty_license, readonly: 1, adapt-to-content: 0
  19. font: size: 12
  20. lp: max-width: 800, min-width: 800, min-height: 512, max-height: 512
  21. text: "..."
  22. TBEditField: multiline: 1, styling: 1, gravity: all, id: externaltool_license, readonly: 1, adapt-to-content: 0
  23. font: size: 12
  24. lp: max-width: 800, min-width: 800, min-height: 512, max-height: 512
  25. text: "..."
  26. TBButton: text: OK, id: ok
  27. lp: min-width: 128, min-height: 48