Qml support for harmattan version improved
[feedingit] / psa_harmattan / feedingit / qml / Categories.qml
index 6f95bfe..03d5eda 100644 (file)
@@ -4,7 +4,7 @@ Item {
 //    anchors.fill: parent;
     width: parent.width; height: parent.height;
     //anchors.top: parent.top; anchors.bottom: parent.bottom
-    property bool inEditMode: true
+    property bool inEditMode: false
     signal categoryClicked(string cat)
 
     function reload() {