diff --git a/main.qml b/main.qml index 57387b1e..7c6b35c0 100644 --- a/main.qml +++ b/main.qml @@ -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