From d54a3cbd11fb861f2547d82cbf618ba5f8b2a9e0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 26 Jul 2017 21:42:09 -0600 Subject: clip and scrollbar by default for the listview --- framework/qml/ListView.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework') diff --git a/framework/qml/ListView.qml b/framework/qml/ListView.qml index ed0b112f..56ba1e37 100644 --- a/framework/qml/ListView.qml +++ b/framework/qml/ListView.qml @@ -25,6 +25,9 @@ ListView { id: root property Item mouseProxy: scrollHelper + clip: true + ScrollBar.vertical: ScrollBar {} + Kube.ScrollHelper { id: scrollHelper flickable: root -- cgit v1.2.3