Fix text width in chatbar

BUG: 516245
This commit is contained in:
Tobias Fella
2026-02-19 00:47:28 +01:00
parent 7137b60da9
commit 2a6d7f4169

View File

@@ -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) => {