qml: ElDialog now defaults to parent on Overlay.overlay
This was replicated in basically all ElDialog derived dialogs
This commit is contained in:
@@ -11,11 +11,6 @@ ElDialog {
|
||||
|
||||
property bool valid: false
|
||||
|
||||
modal: true
|
||||
parent: Overlay.overlay
|
||||
Overlay.modal: Rectangle {
|
||||
color: "#aa000000"
|
||||
}
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
|
||||
|
||||
Reference in New Issue
Block a user