tibia-client/data/modules/messagebox/messagebox.yml

19 lines
460 B
YAML
Raw Normal View History

2011-04-23 22:04:49 +02:00
window#messageBoxWindow:
size: [236, 78]
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
2011-05-01 20:47:35 +02:00
2011-04-23 22:04:49 +02:00
label#messageBoxLabel:
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
margin.top: 27
button#messageBoxOkButton:
text: Ok
size: [43, 20]
anchors.right: parent.right
anchors.bottom: parent.bottom
margin.bottom: 10
2011-04-24 01:23:52 +02:00
margin.right: 10