Shrink the templates.

This commit is contained in:
Adam Treat 2023-07-06 17:10:57 -04:00
parent 392ded9015
commit ee73f1ab1d

View File

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