mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-04 01:54:49 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user