forked from townforge/townforge
24 lines
492 B
Plaintext
24 lines
492 B
Plaintext
WindowInfo
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "available"
|
|
|
|
TBTextField: id: "message"
|
|
gravity: "left right"
|
|
text-align: "left"
|
|
|
|
TBTextField: text: "Enter amount:"
|
|
gravity: "all"
|
|
text-align: "left"
|
|
|
|
TBEditField: id: "amount"
|
|
distribution-position: "left top"
|
|
placeholder: "amount"
|
|
gravity: "left right"
|
|
readonly: 0
|
|
lp: min-width: 240
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|