|
@@ -4,7 +4,8 @@ TBLayout: axis: y
|
|
|
id tabcontainer
|
|
id tabcontainer
|
|
|
tabs
|
|
tabs
|
|
|
TBButton: text: "About"
|
|
TBButton: text: "About"
|
|
|
- TBButton: text: "Atomic Game Engine License"
|
|
|
|
|
|
|
+ TBButton: text: "Editor and Tool License"
|
|
|
|
|
+ TBButton: text: "Runtime License"
|
|
|
TBButton: text: "Third Party Licenses"
|
|
TBButton: text: "Third Party Licenses"
|
|
|
TBButton: text: "External Tool Licenses"
|
|
TBButton: text: "External Tool Licenses"
|
|
|
TBEditField: multiline: 1, styling: 1, gravity: all, id: about_text, readonly: 1, adapt-to-content: 0
|
|
TBEditField: multiline: 1, styling: 1, gravity: all, id: about_text, readonly: 1, adapt-to-content: 0
|
|
@@ -15,6 +16,10 @@ TBLayout: axis: y
|
|
|
font: size: 12
|
|
font: size: 12
|
|
|
lp: max-width: 800, min-width: 800, min-height: 512, max-height: 512
|
|
lp: max-width: 800, min-width: 800, min-height: 512, max-height: 512
|
|
|
text: "..."
|
|
text: "..."
|
|
|
|
|
+ TBEditField: multiline: 1, styling: 1, gravity: all, id: age_runtime_license, readonly: 1, adapt-to-content: 0
|
|
|
|
|
+ font: size: 12
|
|
|
|
|
+ lp: max-width: 800, min-width: 800, min-height: 512, max-height: 512
|
|
|
|
|
+ text: "..."
|
|
|
TBEditField: multiline: 1, styling: 1, gravity: all, id: thirdparty_license, readonly: 1, adapt-to-content: 0
|
|
TBEditField: multiline: 1, styling: 1, gravity: all, id: thirdparty_license, readonly: 1, adapt-to-content: 0
|
|
|
font: size: 12
|
|
font: size: 12
|
|
|
lp: max-width: 800, min-width: 800, min-height: 512, max-height: 512
|
|
lp: max-width: 800, min-width: 800, min-height: 512, max-height: 512
|