forked from townforge/townforge
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
WindowInfo
|
|
title New script
|
|
centered-relative-size: 0.8
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Creating new"
|
|
TBTextField: id: "script-type"
|
|
TBTextField: text: "script:"
|
|
TBTextField: id: "script-name"
|
|
TBTextField: text: "", gravity: "left right"
|
|
|
|
TBEditField: id: "comments", text: "a\nb\nc\nd\ne\nf\ng\nh\n", multiline: 1, readonly: 1, adapt-to-content: 1, is-focusable: 0, skin: "TBEditField.new-script-comments", gravity: "left right"
|
|
|
|
TBWidget: id: "script-row", gravity: "all"
|
|
|
|
TBToggleContainer: id: "no-icon-container", toggle: "expanded", gravity: "left right"
|
|
TBLayout: axis: x, distribution: "gravity", distribution-position: "left"
|
|
TBImageWidget: filename: "images/warning.png"
|
|
lp:
|
|
width: 24
|
|
height: 24
|
|
TBTextField: text: "Warning: this script has no icon", skin: "text-error"
|
|
|
|
TBTextField: text: "Submit to chain (IRREVERSIBLE) ?"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|