summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/common/imports/QtLocation/examples/components/Menu.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/common/imports/QtLocation/examples/components/Menu.qml b/examples/declarative/common/imports/QtLocation/examples/components/Menu.qml
index f55bf729..e90925ff 100644
--- a/examples/declarative/common/imports/QtLocation/examples/components/Menu.qml
+++ b/examples/declarative/common/imports/QtLocation/examples/components/Menu.qml
@@ -42,6 +42,7 @@ import QtQuick 2.0
Grid {
id: menu
+ enabled: opacity > 0 ? true : false
property bool horizontalOrientation: true
property list <Button> buttons