From 24911cffabb579260d5891a7fdea4a79a9258c4a Mon Sep 17 00:00:00 2001 From: "R.Kake" Date: Tue, 23 Jun 2015 19:43:01 +0900 Subject: To be smooth the Scroll of PebbleStoreView --- app/qml/pages/AppStorePage.qml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'app') diff --git a/app/qml/pages/AppStorePage.qml b/app/qml/pages/AppStorePage.qml index 82a8542..4993b1b 100644 --- a/app/qml/pages/AppStorePage.qml +++ b/app/qml/pages/AppStorePage.qml @@ -17,8 +17,9 @@ Page { SilicaFlickable { id: flickable - anchors.fill: parent - contentHeight: column.height + webview.height + anchors.top: parent.top + width: parent.width + height: column.height PullDownMenu { visible: webview.loggedin; @@ -116,6 +117,7 @@ Page { } } } + } RemorsePopup { id: remorse @@ -128,7 +130,7 @@ Page { height: page.height - column.height anchors { - top: column.bottom + top: flickable.bottom } accessToken: settings.storeAccessToken @@ -145,7 +147,6 @@ Page { pageHeadTitle.title = title; } } - } } -- cgit v1.2.3