Make HMenu modal

Prevents accidentally triggering TapHandlers when clicking outside of
the menu to exit it.
This commit is contained in:
miruka
2020-03-26 21:55:30 -04:00
parent 43c018d0a4
commit 4a780e20f4
2 changed files with 6 additions and 9 deletions

View File

@@ -5,6 +5,8 @@ import QtQuick.Controls 2.12
Menu {
id: menu
modal: true
dim: false
padding: theme.controls.menu.borderWidth
implicitWidth: {