From 548d6fc956061cd1edb177447cdf07104d92b9c7 Mon Sep 17 00:00:00 2001 From: Sebastian Kügler Date: Wed, 6 Jan 2016 04:40:33 +0100 Subject: sync with mobilecomponents a85365111 + patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the latest state of the upstream art from Plasma, plus our patches to disable the gamma effect on the icon, and the drawer removed. Signed-off-by: Sebastian Kügler --- qt-mobile/qml/mobilecomponents/Page.qml | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'qt-mobile/qml/mobilecomponents/Page.qml') diff --git a/qt-mobile/qml/mobilecomponents/Page.qml b/qt-mobile/qml/mobilecomponents/Page.qml index fe36a034a..449c7aa47 100644 --- a/qt-mobile/qml/mobilecomponents/Page.qml +++ b/qt-mobile/qml/mobilecomponents/Page.qml @@ -47,23 +47,10 @@ Rectangle { */ property alias contextualActions: internalContextualActions.data - property Flickable flickable Item { id: internalContextualActions } Layout.fillWidth: true color: "transparent" - -/* - Connections { - target: flickable - property real oldContentY: (flickable == null) ? 0 : flickable.contentY - onContentYChanged: { - actionButton.transform[0].y = Math.min(actionButton.height, Math.max(0, actionButton.transform[0].y + (flickable.contentY - oldContentY))); - - oldContentY = flickable.contentY; - } - } - */ } -- cgit v1.2.3-70-g09d2