forked from townforge/townforge
23 lines
631 B
Plaintext
23 lines
631 B
Plaintext
WindowInfo
|
|
title New auction
|
|
centered-relative-size: 0.6 0.6
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBTextField: text: "Select flag to auction:"
|
|
|
|
TBSelectList: id: "flags", gravity: "all"
|
|
|
|
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"
|