mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
messagebox (not working yet)
This commit is contained in:
@@ -15,14 +15,14 @@ window#infoWindow:
|
||||
margin.left: 18
|
||||
|
||||
label#infoLabel:
|
||||
size: [208, 84]
|
||||
align: center
|
||||
text: |-
|
||||
OTClient
|
||||
Version 0.2.0
|
||||
Created by edubart
|
||||
anchors.left: parent.left
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.top: parent.top
|
||||
margin.top: 20
|
||||
|
||||
lineDecoration#bottomSeparator:
|
||||
size: [190,2]
|
||||
|
@@ -28,6 +28,7 @@ panel#background:
|
||||
anchors.top: parent.top
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
margin.top: 46
|
||||
onClick: messageBox("Error", "Not implemented yet")
|
||||
|
||||
button#optionsButton:
|
||||
text: Options
|
||||
|
Reference in New Issue
Block a user