Fix scrolling of the chat view at expense of some more memory usage. (#2555)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
pull/2601/head
AT 2 months ago committed by GitHub
parent c73f0e5c8c
commit 11b58a1a15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -776,6 +776,7 @@ Rectangle {
Layout.alignment: Qt.AlignHCenter
spacing: 25
model: chatModel
cacheBuffer: Math.max(0, listView.contentHeight)
ScrollBar.vertical: ScrollBar {
policy: ScrollBar.AsNeeded

Loading…
Cancel
Save