forked from townforge/townforge
26 lines
928 B
Plaintext
26 lines
928 B
Plaintext
WindowInfo
|
|
title Auction items
|
|
centered-relative-size: 0.7 0.8
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "available"
|
|
|
|
TBEditField: multiline: 1, readonly: 1, gravity: "left right", adapt-to-content: 1, skin: "TBEditField.select-items-message", is-focusable: 0
|
|
text: "Select items to auction\nYou can select any number of items of more than one type"
|
|
|
|
TBSelectList: id: "items", gravity: "all"
|
|
|
|
TBEditField: id: "search", gravity: "left right", placeholder: "search", type: "search", autofocus: 1
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Duration (days)"
|
|
TBInlineSelect: id: "duration", min: 2, max: 14
|
|
|
|
TBEditField: id: "title", placeholder: "Title (optional)", gravity: "left right"
|
|
|
|
TBEditField: id: "description", multiline: 1, placeholder: "Description (optional)", gravity: "all"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|