1
0

qml: ElDialog now defaults to parent on Overlay.overlay

This was replicated in basically all ElDialog derived dialogs
This commit is contained in:
Sander van Grieken
2023-03-20 16:52:21 +01:00
parent b8d4ccd432
commit 677e1259df
30 changed files with 8 additions and 174 deletions

View File

@@ -15,16 +15,9 @@ ElDialog {
title: ''
parent: Overlay.overlay
modal: true
width: parent.width
height: parent.height
Overlay.modal: Rectangle {
color: "#aa000000"
}
padding: 0
ColumnLayout {