diff options
-rw-r--r-- | framework/qml/ConversationView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index 9c21b470..2098ce3c 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml | |||
@@ -65,6 +65,7 @@ Rectangle { | |||
65 | 65 | ||
66 | anchors.fill: parent | 66 | anchors.fill: parent |
67 | 67 | ||
68 | ScrollBar.vertical: ScrollBar {} | ||
68 | verticalLayoutDirection: ListView.BottomToTop | 69 | verticalLayoutDirection: ListView.BottomToTop |
69 | 70 | ||
70 | function setCurrentIndex() | 71 | function setCurrentIndex() |