qml: ElDialog now defaults to parent on Overlay.overlay
This was replicated in basically all ElDialog derived dialogs
This commit is contained in:
@@ -16,12 +16,6 @@ ElDialog {
|
||||
|
||||
allowClose: false
|
||||
|
||||
modal: true
|
||||
parent: Overlay.overlay
|
||||
Overlay.modal: Rectangle {
|
||||
color: "#aa000000"
|
||||
}
|
||||
|
||||
property alias state: s.state
|
||||
property alias error: errorText.text
|
||||
property alias info: infoText.text
|
||||
|
||||
Reference in New Issue
Block a user