forked from townforge/townforge
76 lines
2.8 KiB
Plaintext
76 lines
2.8 KiB
Plaintext
WindowInfo
|
|
title Ignore settings
|
|
centered-relative-size: .9 .9
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBLayout: axis: x, distribution: "gravity", size: "preferred", id: "ignore-type-row"
|
|
|
|
TBTextField: id: "Ignore", text: "Ignore:"
|
|
TBSelectDropdown: id: "ignore-type"
|
|
items
|
|
item: id: "ignore-recommendations", text: "Recommendations"
|
|
item: id: "ignore-nothing", text: "Nothing"
|
|
item: id: "ignore-custom", text: "Custom"
|
|
item: id: "ignore-both", text: "Both recommendations and custom"
|
|
|
|
TBLayout: axis: x, distribution: "available", id: "lists"
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBContainer: gravity: "all"
|
|
TBLayout: axis: x, distribution: "available"
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBTextField: text: "Players"
|
|
TBSelectList: id: "players-unignore", gravity: "all"
|
|
TBLayout: axis: y
|
|
TBButton: id: "players-add", text: ">>"
|
|
TBButton: id: "players-remove", text: "<<"
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBTextField: text: "Ignore"
|
|
TBSelectList: id: "players-ignore", gravity: "all"
|
|
|
|
TBContainer: gravity: "all"
|
|
TBLayout: axis: x, distribution: "available"
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBTextField: text: "Flags"
|
|
TBSelectList: id: "flags-unignore", gravity: "all"
|
|
TBLayout: axis: y
|
|
TBButton: id: "flags-add", text: ">>"
|
|
TBButton: id: "flags-remove", text: "<<"
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBTextField: text: "Ignore"
|
|
TBSelectList: id: "flags-ignore", gravity: "all"
|
|
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBContainer: gravity: "all"
|
|
TBLayout: axis: x, distribution: "available"
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBTextField: text: "Items"
|
|
TBSelectList: id: "items-unignore", gravity: "all"
|
|
TBLayout: axis: y
|
|
TBButton: id: "items-add", text: ">>"
|
|
TBButton: id: "items-remove", text: "<<"
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBTextField: text: "Ignore"
|
|
TBSelectList: id: "items-ignore", gravity: "all"
|
|
|
|
TBContainer: gravity: "all"
|
|
TBLayout: axis: x, distribution: "available"
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBTextField: text: "Cities"
|
|
TBSelectList: id: "cities-unignore", gravity: "all"
|
|
TBLayout: axis: y
|
|
TBButton: id: "cities-add", text: ">>"
|
|
TBButton: id: "cities-remove", text: "<<"
|
|
TBLayout: axis: y, distribution: "available"
|
|
TBTextField: text: "Ignore"
|
|
TBSelectList: id: "cities-ignore", gravity: "all"
|
|
|
|
TBEditField: id: "search", placeholder: "search", type: "search", gravity: "left right", autofocus: 1
|
|
|
|
TBEditField: id: "note", placeholder: "Note (optional)", gravity: "left right"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|