From 2a6d7f41691c6b548867af03ae90e044ccd5600f Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 19 Feb 2026 00:47:28 +0100 Subject: [PATCH] Fix text width in chatbar BUG: 516245 --- src/messagecontent/TextComponent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messagecontent/TextComponent.qml b/src/messagecontent/TextComponent.qml index 3b88c58ad..e70a6eeb3 100644 --- a/src/messagecontent/TextComponent.qml +++ b/src/messagecontent/TextComponent.qml @@ -72,7 +72,7 @@ QQC2.TextArea { */ property bool isReply: false - Layout.fillWidth: NeoChatConfig.compactLayout + Layout.fillWidth: NeoChatConfig.compactLayout || editable Layout.maximumWidth: Message.maxContentWidth Keys.onPressed: (event) => {