forked from townforge/townforge
41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
WindowInfo
|
|
title Flag inventory
|
|
centered-relative-size: 0.4 0.8
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "available"
|
|
|
|
TBLayout: axis: x, distribution: "gravity"
|
|
TBImageWidget: id: "icon", gravity: "left"
|
|
TBEditField: id: "message", multiline: 1, readonly: 1, gravity: "left right", adapt-to-content: 1, skin: "TBEditField.flag-inventory-message", is-focusable: 0
|
|
|
|
TBTextField: text: "Budget (those items may be moved to the flag, but never retrieved, except on demolition):"
|
|
TBSelectList: id: "budget", gravity: "all"
|
|
|
|
TBToggleContainer: id: "error-container-top", toggle: "expanded", gravity: "left right"
|
|
TBLayout: axis: x, distribution: "gravity", distribution-position: "left"
|
|
TBImageWidget: filename: "images/warning.png"
|
|
lp:
|
|
width: 24
|
|
height: 24
|
|
TBTextField: id: "error-top", gravity: "left right", text-align: "left", skin: "text-error"
|
|
|
|
TBTextField
|
|
|
|
TBTextField: text: "Items (those items may be moved back and forth):"
|
|
TBSelectList: id: "items", gravity: "all"
|
|
|
|
TBToggleContainer: id: "error-container-bottom", toggle: "expanded", gravity: "left right"
|
|
TBLayout: axis: x, distribution: "gravity", distribution-position: "left"
|
|
TBImageWidget: filename: "images/warning.png"
|
|
lp:
|
|
width: 24
|
|
height: 24
|
|
TBTextField: id: "error-bottom", gravity: "left right", text-align: "left", skin: "text-error"
|
|
|
|
TBEditField: id: "search", gravity: "left right", placeholder: "search", type: "search", autofocus: 1
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|