mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Make the input area wrap automatically.
This commit is contained in:
parent
db3acf9980
commit
97baf3d486
2
main.qml
2
main.qml
@ -864,7 +864,9 @@ Window {
|
|||||||
id: textInput
|
id: textInput
|
||||||
color: theme.textColor
|
color: theme.textColor
|
||||||
padding: 20
|
padding: 20
|
||||||
|
rightPadding: 40
|
||||||
enabled: LLM.isModelLoaded
|
enabled: LLM.isModelLoaded
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
font.pixelSize: theme.fontSizeLarge
|
font.pixelSize: theme.fontSizeLarge
|
||||||
placeholderText: qsTr("Send a message...")
|
placeholderText: qsTr("Send a message...")
|
||||||
placeholderTextColor: theme.backgroundLightest
|
placeholderTextColor: theme.backgroundLightest
|
||||||
|
Loading…
Reference in New Issue
Block a user