diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-12 04:37:56 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-12 04:37:56 +0200 |
commit | 2601914ec1110f750b82b38a9c9f910694f03e06 (patch) | |
tree | dff9836d042bccc1c80cc02154e05299b5abee2a /framework/qml/ConversationView.qml | |
parent | fa06f6b769e3e925ed5b2e1f9997ffdeb5096856 (diff) | |
download | kube-2601914ec1110f750b82b38a9c9f910694f03e06.tar.gz kube-2601914ec1110f750b82b38a9c9f910694f03e06.zip |
Scrollbar on conversation view
Diffstat (limited to 'framework/qml/ConversationView.qml')
-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() |