summaryrefslogtreecommitdiffstats
path: root/framework/qml/ConversationListView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-08-23 14:57:15 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-08-23 14:57:15 +0200
commit24f73cfc1ecde01dccba11d6d1581d706aa4d428 (patch)
treed1afb7268b73046a0f25d2f6a8afe9b2eecb18c4 /framework/qml/ConversationListView.qml
parent541d459c6fce2f6a6924ff408a7b903cbef01cbc (diff)
downloadkube-24f73cfc1ecde01dccba11d6d1581d706aa4d428.tar.gz
kube-24f73cfc1ecde01dccba11d6d1581d706aa4d428.zip
introduce Kube.ScrollBar
Diffstat (limited to 'framework/qml/ConversationListView.qml')
-rw-r--r--framework/qml/ConversationListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/ConversationListView.qml b/framework/qml/ConversationListView.qml
index 65f5bd02..dcb5e3a4 100644
--- a/framework/qml/ConversationListView.qml
+++ b/framework/qml/ConversationListView.qml
@@ -148,7 +148,7 @@ FocusScope {
148 forwardWheelEvents: true 148 forwardWheelEvents: true
149 } 149 }
150 150
151 ScrollBar.vertical: ScrollBar {} 151 ScrollBar.vertical: Kube.ScrollBar {}
152 152
153 } 153 }
154} 154}