mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Rework to UIMessageBox
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
MessageBoxLabel < Label
|
||||
id: messageBoxLabel
|
||||
text-auto-resize: true
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.top: parent.top
|
||||
|
||||
MessageBoxRightButton < Button
|
||||
id: messageBoxRightButton
|
||||
MessageBoxButtonHolder < UIWidget
|
||||
id: buttonHolder
|
||||
margin-top: 10
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.right: parent.right
|
||||
width: 64
|
||||
visible: true
|
||||
|
||||
MessageBoxButton < Button
|
||||
margin-left: 10
|
||||
width: 80
|
||||
|
Reference in New Issue
Block a user