feat(StatusPopupMenu): changed close policy
Close on press outside added to closing policy as the I found old one to be buggy on mac. Causes no side effects.
This commit is contained in:
parent
138458d10c
commit
2d8fd576e0
|
@ -10,7 +10,7 @@ import StatusQ.Popups 0.1
|
||||||
|
|
||||||
Menu {
|
Menu {
|
||||||
id: statusPopupMenu
|
id: statusPopupMenu
|
||||||
closePolicy: Popup.CloseOnReleaseOutsideParent | Popup.CloseOnEscape
|
closePolicy: Popup.CloseOnPressOutside | Popup.CloseOnEscape
|
||||||
topPadding: 8
|
topPadding: 8
|
||||||
bottomPadding: 8
|
bottomPadding: 8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue