Make the input area wrap automatically.

pull/520/head
Adam Treat 1 year ago
parent db3acf9980
commit 97baf3d486

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

Loading…
Cancel
Save