mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Fix the scrollbar so it doesn't overlap content on chat view.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
d4494602e2
commit
fc5dc9dd1a
@ -714,7 +714,7 @@ Rectangle {
|
||||
Accessible.description: qsTr("prompt / response pairs from the conversation")
|
||||
|
||||
delegate: GridLayout {
|
||||
width: listView.contentItem.width
|
||||
width: listView.contentItem.width - 15
|
||||
rows: 3
|
||||
columns: 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user