diff --git a/gpt4all-chat/qml/ChatView.qml b/gpt4all-chat/qml/ChatView.qml index 87fd5ba9..25010721 100644 --- a/gpt4all-chat/qml/ChatView.qml +++ b/gpt4all-chat/qml/ChatView.qml @@ -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