forked from townforge/townforge
25 lines
506 B
Plaintext
25 lines
506 B
Plaintext
WindowInfo
|
|
title Wallet password
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "available"
|
|
|
|
TBTextField: id: "password", text: "Enter wallet password:"
|
|
gravity: "all"
|
|
text-align: "left"
|
|
|
|
TBEditField: id: "password"
|
|
distribution-position: "left top"
|
|
placeholder: "password"
|
|
type: "password"
|
|
gravity: "left right"
|
|
readonly: 0
|
|
autofocus: 1
|
|
lp: min-width: 400
|
|
|
|
TBLayout: axis: x
|
|
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|
|
|