fix: set a closePolicy to the menu
This commit is contained in:
parent
839afd6356
commit
7d19aaba6f
|
@ -5,7 +5,7 @@ import "../imports"
|
||||||
|
|
||||||
Menu {
|
Menu {
|
||||||
property alias arrowX: bgPopupMenuTopArrow.x
|
property alias arrowX: bgPopupMenuTopArrow.x
|
||||||
|
closePolicy: Popup.CloseOnPressOutsideParent
|
||||||
id: popupMenu
|
id: popupMenu
|
||||||
topPadding: 16
|
topPadding: 16
|
||||||
bottomPadding: 16
|
bottomPadding: 16
|
||||||
|
|
Loading…
Reference in New Issue