summaryrefslogtreecommitdiffstats
path: root/framework/qml/ConversationListView.qml
diff options
context:
space:
mode:
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}