diff options
Diffstat (limited to 'framework/qml/ListView.qml')
-rw-r--r-- | framework/qml/ListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/ListView.qml b/framework/qml/ListView.qml index 56ba1e37..eafa428d 100644 --- a/framework/qml/ListView.qml +++ b/framework/qml/ListView.qml | |||
@@ -26,7 +26,7 @@ ListView { | |||
26 | property Item mouseProxy: scrollHelper | 26 | property Item mouseProxy: scrollHelper |
27 | 27 | ||
28 | clip: true | 28 | clip: true |
29 | ScrollBar.vertical: ScrollBar {} | 29 | ScrollBar.vertical: Kube.ScrollBar {} |
30 | 30 | ||
31 | Kube.ScrollHelper { | 31 | Kube.ScrollHelper { |
32 | id: scrollHelper | 32 | id: scrollHelper |