summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Base/MenuStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Base/MenuStyle.qml')
-rw-r--r--src/controls/Styles/Base/MenuStyle.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controls/Styles/Base/MenuStyle.qml b/src/controls/Styles/Base/MenuStyle.qml
index bec8410b7..67aed5e5d 100644
--- a/src/controls/Styles/Base/MenuStyle.qml
+++ b/src/controls/Styles/Base/MenuStyle.qml
@@ -93,6 +93,9 @@ Style {
/*! The amount of pixels by which a submenu popup overlaps horizontally its parent menu. */
property int submenuOverlap: 1
+ /*! The number of milliseconds to wait before opening a submenu. */
+ property int submenuPopupDelay: 200
+
/*! Returns a rich-text string to render mnemonics for a given menu item.
The mnemonic character is prefixed by an ampersand in the original string.