mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
messagebox (not working yet)
This commit is contained in:
18
data/modules/messagebox/messagebox.yml
Normal file
18
data/modules/messagebox/messagebox.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
window#messageBoxWindow:
|
||||
size: [236, 78]
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
|
||||
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
|
||||
margin.right: 10
|
Reference in New Issue
Block a user