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

@@ -19,7 +19,6 @@ ElDialog {
parent: Overlay.overlay
modal: true
standardButtons: Dialog.Cancel
iconSource: Qt.resolvedUrl('../../icons/pen.png')
Overlay.modal: Rectangle {