qml: fix Popup appearing out of window with extended frames

fixup d59aa6169e
This commit is contained in:
Prince Gupta 2024-03-21 17:13:42 +05:30 committed by François Cartegnie
parent d4e2fd65dc
commit 3efad18d90
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Widgets.IconToolButton {
// This popup should not exceed the boundaries of the scene.
// Setting margins to >=0 makes it sure that this is satisfied.
margins: 0
margins: MainCtx.windowExtendedMargin
modal: true