summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2014-04-14 15:26:59 +0200
committerKalle Viironen <kalle.viironen@digia.com>2014-04-14 16:43:17 +0300
commit63d998641077d9074281f402ae7becb41c037a2c (patch)
tree27b30b37643ebfe4615d7eb645b72cd42a4316cb
parent846728c8a3f7681dc56d52bb3859a82130c84cc8 (diff)
Revert "Show PieMenu in enterprise controls list view."
The PieMenu does not handle screen rotation properly. Thus it will be removed from the demo right now. This reverts commit 846728c8a3f7681dc56d52bb3859a82130c84cc8. Change-Id: Ie8e7f30761a6da403b7ad4de16d4594c95c16163 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
-rw-r--r--basicsuite/enterprise-gallery/main.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/basicsuite/enterprise-gallery/main.qml b/basicsuite/enterprise-gallery/main.qml
index 373c4f1..de60f47 100644
--- a/basicsuite/enterprise-gallery/main.qml
+++ b/basicsuite/enterprise-gallery/main.qml
@@ -316,9 +316,9 @@ Rectangle {
ListElement {
title: "Gauge"
}
- ListElement {
- title: "PieMenu"
- }
+// ListElement {
+// title: "PieMenu"
+// }
ListElement {
title: "StatusIndicator"
}