From e32603b5e4d74cbb43bf4a735e7ae1991d508c20 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Wed, 14 Mar 2012 00:43:03 +0000 Subject: [PATCH] Don't overlap main page with scrollbars --- declarativeimports/test/gallery/Gallery.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/declarativeimports/test/gallery/Gallery.qml b/declarativeimports/test/gallery/Gallery.qml index f8fce6864..74d7d0814 100644 --- a/declarativeimports/test/gallery/Gallery.qml +++ b/declarativeimports/test/gallery/Gallery.qml @@ -97,8 +97,8 @@ Rectangle { anchors { top: toolBar.bottom left: pageSelector.right - right: parent.right - bottom: parent.bottom + right: verticalScrollBar.left + bottom: horizontalScrollBar.top } contentWidth: pageStack.currentPage.implicitWidth contentHeight: pageStack.currentPage.implicitHeight