1
0

qml: remove Dialog standardButtons everywhere

This commit is contained in:
Sander van Grieken
2023-01-17 18:03:13 +01:00
parent 4b7472b13f
commit 3c1e4ba5a5
25 changed files with 2 additions and 36 deletions

View File

@@ -16,7 +16,6 @@ ElDialog {
parent: Overlay.overlay
modal: true
standardButtons: Dialog.Close
Overlay.modal: Rectangle {
color: "#aa000000"
@@ -83,7 +82,6 @@ ElDialog {
parent: Overlay.overlay
modal: true
standardButtons: Dialog.Ok
Overlay.modal: Rectangle {
color: "#aa000000"