forked from townforge/townforge
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
WindowInfo
|
|
title Select account
|
|
centered-relative-size: 0.6 0.7
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBEditField: text: "You can allow others to use styling for their runestone messages in your city\nWarning: this can be used to create UI widgets, and thus may be abused, so is not default", multiline: 1, readonly: 1, adapt-to-content: 1, is-focusable: 0, skin: "0", gravity: "left right"
|
|
|
|
TBSeparator
|
|
|
|
TBLayout: axis: x, distribution: "available"
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBTextField: text: "Disallowed", gravity: "left right"
|
|
TBSelectList: id: "disallowed-accounts", gravity: "all"
|
|
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBButton: id: "add", text: ">>"
|
|
skin: "TBButton.flat"
|
|
font: size: 32px
|
|
TBButton: id: "remove", text: "<<"
|
|
skin: "TBButton.flat"
|
|
font: size: 32px
|
|
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBTextField: text: "Allowed", gravity: "left right"
|
|
TBSelectList: id: "allowed-accounts", gravity: "all"
|
|
|
|
TBEditField: id: "filter", placeholder: "Filter", gravity: "left right", autofocus: 1
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|