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:
Adam Treat 2024-06-27 00:36:45 -04:00 committed by AT
parent d4494602e2
commit fc5dc9dd1a

View File

@ -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