forked from townforge/townforge
41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
WindowInfo
|
|
title Build
|
|
|
|
TBLayout: axis: y
|
|
|
|
TBTextField: text: "Build in progress"
|
|
font: size: 24px
|
|
|
|
TBTextField: id: "flag-name"
|
|
|
|
TBLayout: axis x
|
|
TBButton: text: " Approve " id: "build-overview-approve-build"
|
|
font: size: 20px
|
|
TBButton: text: " Abandon " id: "build-overview-abandon-build"
|
|
font: size: 20px
|
|
|
|
TBLayout: axis x
|
|
TBLayout: axis: y, size: "available", distribution: "available"
|
|
TBTextField: text: "Grow", gravity: "all"
|
|
TBTextField: text: "Shrink", gravity: "all"
|
|
TBTextField: text: "Move", gravity: "all"
|
|
TBLayout: axis: y, size: "available", distribution: "available"
|
|
TBLayout: axis x, distribution-position: "left top", distribution: "available"
|
|
TBButton: id: "edit-extend-west", text: "West"
|
|
TBButton: id: "edit-extend-north", text: "North"
|
|
TBButton: id: "edit-extend-south", text: "South"
|
|
TBButton: id: "edit-extend-east", text: "East"
|
|
TBButton: id: "edit-extend-all", text: "All"
|
|
TBLayout: axis x, distribution-position: "left top", distribution: "available"
|
|
TBButton: id: "edit-shrink-west", text: "West"
|
|
TBButton: id: "edit-shrink-north", text: "North"
|
|
TBButton: id: "edit-shrink-south", text: "South"
|
|
TBButton: id: "edit-shrink-east", text: "East"
|
|
TBButton: id: "edit-shrink-all", text: "All"
|
|
TBLayout: axis x, distribution-position: "left top", distribution: "available"
|
|
TBButton: id: "edit-move-west", text: "West"
|
|
TBButton: id: "edit-move-north", text: "North"
|
|
TBButton: id: "edit-move-south", text: "South"
|
|
TBButton: id: "edit-move-east", text: "East"
|
|
TBButton: text: "All", visibility: "invisible", state: disabled, is-focusable: 0
|