From 3eabd0f30bf0a60c2f20c8ac93e2273bb293ed1a Mon Sep 17 00:00:00 2001 From: marcin Date: Mon, 7 Jul 2014 19:12:45 +0200 Subject: [PATCH] middlepanel disabled --- MiddlePanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MiddlePanel.qml b/MiddlePanel.qml index e3043a46..98c47092 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -6,7 +6,7 @@ Rectangle { states: [ State { name: "Dashboard" - PropertyChanges { target: loader; source: "pages/Dashboard.qml" } +// PropertyChanges { target: loader; source: "pages/Dashboard.qml" } }, State { name: "History" PropertyChanges { target: loader; source: "pages/History.qml" }