From 9eb422f892d953e4c9fc2f8488f5720a5d79701d Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Tue, 18 Mar 2014 20:17:38 +0100 Subject: [PATCH] Selection dialog should have same scroll behavior as the rest --- touch/SelectionDialog.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/touch/SelectionDialog.qml b/touch/SelectionDialog.qml index a59a973..a3dcc69 100644 --- a/touch/SelectionDialog.qml +++ b/touch/SelectionDialog.qml @@ -36,6 +36,8 @@ Dialog { Flickable { id: selectionDialogFlickable + boundsBehavior: Flickable.StopAtBounds + anchors.fill: parent contentHeight: contentColumn.height