Make the input area wrap automatically.

This commit is contained in:
Adam Treat 2023-04-27 11:54:53 -04:00
parent db3acf9980
commit 97baf3d486

View File

@ -864,7 +864,9 @@ Window {
id: textInput
color: theme.textColor
padding: 20
rightPadding: 40
enabled: LLM.isModelLoaded
wrapMode: Text.WordWrap
font.pixelSize: theme.fontSizeLarge
placeholderText: qsTr("Send a message...")
placeholderTextColor: theme.backgroundLightest