|
@@ -5,11 +5,6 @@ TBLayout: axis: y, distribution: gravity, position: left
|
|
|
TBLayout: gravity: left right, distribution-position: right bottom
|
|
TBLayout: gravity: left right, distribution-position: right bottom
|
|
|
TBEditField: id: project_name, text: "MyGame", autofocus: 1
|
|
TBEditField: id: project_name, text: "MyGame", autofocus: 1
|
|
|
lp: min-width: 240
|
|
lp: min-width: 240
|
|
|
- TBLayout: distribution: gravity
|
|
|
|
|
- TBTextField: text: "Project Language:"
|
|
|
|
|
- TBLayout: gravity: left right, distribution-position: right bottom
|
|
|
|
|
- TBSelectDropdown: id: project_language
|
|
|
|
|
- lp: min-width: 240
|
|
|
|
|
TBLayout: gravity: left right, distribution-position: right bottom
|
|
TBLayout: gravity: left right, distribution-position: right bottom
|
|
|
TBImageWidget: id: project_image
|
|
TBImageWidget: id: project_image
|
|
|
lp: width: 128, height: 96
|
|
lp: width: 128, height: 96
|
|
@@ -21,6 +16,12 @@ TBLayout: axis: y, distribution: gravity, position: left
|
|
|
lp: min-width: 380
|
|
lp: min-width: 380
|
|
|
TBButton: text: "Choose" id: choose_path
|
|
TBButton: text: "Choose" id: choose_path
|
|
|
TBSeparator: gravity: left right, skin: AESeparator
|
|
TBSeparator: gravity: left right, skin: AESeparator
|
|
|
|
|
+ TBLayout: distribution: gravity
|
|
|
|
|
+ TBTextField: text: "Project Language:"
|
|
|
|
|
+ TBLayout: gravity: left right, distribution-position: right bottom
|
|
|
|
|
+ TBSelectDropdown: id: project_language
|
|
|
|
|
+ lp: min-width: 240
|
|
|
|
|
+ TBSeparator: gravity: left right, skin: AESeparator
|
|
|
TBLayout:
|
|
TBLayout:
|
|
|
TBButton: text: Create, id: create
|
|
TBButton: text: Create, id: create
|
|
|
TBButton: text: Cancel, id: cancel
|
|
TBButton: text: Cancel, id: cancel
|