From ee73f1ab1d6c73f9d31571c24204d451ffe1e5d7 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 6 Jul 2023 17:10:57 -0400 Subject: [PATCH] Shrink the templates. --- gpt4all-chat/qml/ModelSettings.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpt4all-chat/qml/ModelSettings.qml b/gpt4all-chat/qml/ModelSettings.qml index 7007c0101adb..84c4e818629b 100644 --- a/gpt4all-chat/qml/ModelSettings.qml +++ b/gpt4all-chat/qml/ModelSettings.qml @@ -173,7 +173,7 @@ MySettingsTab { Layout.columnSpan: 2 Layout.fillWidth: true color: "transparent" - Layout.minimumHeight: Math.max(150, systemPromptArea.contentHeight + 20) + Layout.minimumHeight: Math.max(100, systemPromptArea.contentHeight + 20) TextArea { id: systemPromptArea anchors.fill: parent @@ -234,7 +234,7 @@ MySettingsTab { Layout.column: 0 Layout.columnSpan: 2 Layout.fillWidth: true - Layout.minimumHeight: Math.max(150, templateTextArea.contentHeight + 20) + Layout.minimumHeight: Math.max(100, templateTextArea.contentHeight + 20) color: "transparent" clip: true TextArea {