mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +00:00
Fix scrolling of the chat view at expense of some more memory usage. (#2555)
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
c73f0e5c8c
commit
11b58a1a15
@ -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…
Reference in New Issue
Block a user