Skip to content

Commit

Permalink
Shrink the templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
manyoso committed Jul 6, 2023
1 parent 392ded9 commit ee73f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpt4all-chat/qml/ModelSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit ee73f1a

Please sign in to comment.