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