forked from townforge/townforge
since those are often inherent in typing (ie, trailing space) and tend to spam toasts unnecessarily
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
WindowInfo
|
|
title Define attribute
|
|
centered-relative-size: 0.6 0.5
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBEditField: id: "name", gravity: "all", placeholder: "Item name"
|
|
TBToggleContainer: id: "name-error-container", 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: "name-error", gravity: "left right", text-align: "left", skin: "text-error"
|
|
|
|
TBEditField: id: "description", gravity: "all", placeholder: "Description"
|
|
multiline: 1
|
|
TBToggleContainer: id: "desc-error-container", 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: "desc-error", gravity: "left right", text-align: "left", skin: "text-error"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|