mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-16 06:13:09 +00:00
Shrink the templates.
This commit is contained in:
parent
392ded9015
commit
ee73f1ab1d
@ -173,7 +173,7 @@ MySettingsTab {
|
|||||||
Layout.columnSpan: 2
|
Layout.columnSpan: 2
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
Layout.minimumHeight: Math.max(150, systemPromptArea.contentHeight + 20)
|
Layout.minimumHeight: Math.max(100, systemPromptArea.contentHeight + 20)
|
||||||
TextArea {
|
TextArea {
|
||||||
id: systemPromptArea
|
id: systemPromptArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
@ -234,7 +234,7 @@ MySettingsTab {
|
|||||||
Layout.column: 0
|
Layout.column: 0
|
||||||
Layout.columnSpan: 2
|
Layout.columnSpan: 2
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.minimumHeight: Math.max(150, templateTextArea.contentHeight + 20)
|
Layout.minimumHeight: Math.max(100, templateTextArea.contentHeight + 20)
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
clip: true
|
clip: true
|
||||||
TextArea {
|
TextArea {
|
||||||
|
Loading…
Reference in New Issue
Block a user