summaryrefslogtreecommitdiffstats
path: root/framework/qml/ListView.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-26 21:42:09 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-27 11:01:21 -0600
commitd54a3cbd11fb861f2547d82cbf618ba5f8b2a9e0 (patch)
tree78cadd1e2a1f8dbb7eb9a211a63636832d20dd9d /framework/qml/ListView.qml
parent89f4c68f548b24d983309cc7337b7c0ffe8aa3f3 (diff)
downloadkube-d54a3cbd11fb861f2547d82cbf618ba5f8b2a9e0.tar.gz
kube-d54a3cbd11fb861f2547d82cbf618ba5f8b2a9e0.zip
clip and scrollbar by default for the listview
Diffstat (limited to 'framework/qml/ListView.qml')
-rw-r--r--framework/qml/ListView.qml3
1 files changed, 3 insertions, 0 deletions
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 {
25 id: root 25 id: root
26 property Item mouseProxy: scrollHelper 26 property Item mouseProxy: scrollHelper
27 27
28 clip: true
29 ScrollBar.vertical: ScrollBar {}
30
28 Kube.ScrollHelper { 31 Kube.ScrollHelper {
29 id: scrollHelper 32 id: scrollHelper
30 flickable: root 33 flickable: root