From 72ce77a5ee5127c374a56d3de741b808432b6ce5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 4 Jan 2016 13:15:33 -0800 Subject: QML UI: hide action button So far this just comments out the code that enables the action button. Let's see feedback from the testers. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/mobilecomponents/ApplicationWindow.qml | 2 ++ qt-mobile/qml/mobilecomponents/Page.qml | 2 ++ 2 files changed, 4 insertions(+) (limited to 'qt-mobile') diff --git a/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml b/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml index ce5d02abd..76662f549 100644 --- a/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml +++ b/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml @@ -72,6 +72,7 @@ ApplicationWindow { width: Units.gridUnit * 25 height: Units.gridUnit * 30 +/* property alias actionButton: __actionButton ActionButton { id: __actionButton @@ -82,4 +83,5 @@ ApplicationWindow { visible: root.globalDrawer || root.contextDrawer } + */ } diff --git a/qt-mobile/qml/mobilecomponents/Page.qml b/qt-mobile/qml/mobilecomponents/Page.qml index f55c24faa..fe36a034a 100644 --- a/qt-mobile/qml/mobilecomponents/Page.qml +++ b/qt-mobile/qml/mobilecomponents/Page.qml @@ -55,6 +55,7 @@ Rectangle { Layout.fillWidth: true color: "transparent" +/* Connections { target: flickable property real oldContentY: (flickable == null) ? 0 : flickable.contentY @@ -64,4 +65,5 @@ Rectangle { oldContentY = flickable.contentY; } } + */ } -- cgit v1.2.3-70-g09d2