Skip to content

Commit 217ee70

Browse files
committed
UI: Fix Settings dialog being too high and getting clipped
Fix: Fix settings dialog being too high and getting clipped
1 parent c2ab3b0 commit 217ee70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui.qml.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2464,7 +2464,7 @@ Item {
24642464
modal: true
24652465
focus: true
24662466
closePolicy: Popup.CloseOnEscape
2467-
parent: ApplicationWindow.overlay
2467+
parent: mainItem
24682468

24692469
Overlay.modal: Rectangle {
24702470
color: "#AA000000"
@@ -4749,6 +4749,7 @@ Item {
47494749

47504750
BaseDialog {
47514751
id: newPackageVersionDialog
4752+
parent: ApplicationWindow.overlay
47524753

47534754
title: "New Package Version"
47544755
standardButtons: Dialog.Ok | Dialog.Abort
@@ -5473,6 +5474,7 @@ Item {
54735474

54745475
BaseDialog {
54755476
id: applyConfigDialog
5477+
parent: ApplicationWindow.overlay
54765478

54775479
title: isTune ? "Apply Tune" : "Restore Config"
54785480

0 commit comments

Comments
 (0)