1
0

icons, buttons, receivedialog lifecycle

This commit is contained in:
Sander van Grieken
2022-09-27 09:55:06 +02:00
parent 10a1f11a53
commit d50d83e186
5 changed files with 29 additions and 34 deletions

View File

@@ -17,8 +17,9 @@ ElDialog {
parent: Overlay.overlay
modal: true
x: (parent.width - width) / 2
y: (parent.height - height) / 2
anchors.centerIn: parent
Overlay.modal: Rectangle {
color: "#aa000000"
}