From 3efad18d90df7384b5a0e415f8fef80e5c6251a6 Mon Sep 17 00:00:00 2001 From: Prince Gupta Date: Thu, 21 Mar 2024 17:13:42 +0530 Subject: [PATCH] qml: fix Popup appearing out of window with extended frames fixup d59aa6169e4e71a5709983ba348b47dedbeb7563 --- modules/gui/qt/widgets/qml/PopupIconToolButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt/widgets/qml/PopupIconToolButton.qml b/modules/gui/qt/widgets/qml/PopupIconToolButton.qml index 47150c6ced..1b1881d5c2 100644 --- a/modules/gui/qt/widgets/qml/PopupIconToolButton.qml +++ b/modules/gui/qt/widgets/qml/PopupIconToolButton.qml @@ -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