We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ab3b0 commit 217ee70Copy full SHA for 217ee70
ui.qml.in
@@ -2464,7 +2464,7 @@ Item {
2464
modal: true
2465
focus: true
2466
closePolicy: Popup.CloseOnEscape
2467
- parent: ApplicationWindow.overlay
+ parent: mainItem
2468
2469
Overlay.modal: Rectangle {
2470
color: "#AA000000"
@@ -4749,6 +4749,7 @@ Item {
4749
4750
BaseDialog {
4751
id: newPackageVersionDialog
4752
+ parent: ApplicationWindow.overlay
4753
4754
title: "New Package Version"
4755
standardButtons: Dialog.Ok | Dialog.Abort
@@ -5473,6 +5474,7 @@ Item {
5473
5474
5475
5476
id: applyConfigDialog
5477
5478
5479
title: isTune ? "Apply Tune" : "Restore Config"
5480
0 commit comments