Compare commits

...

1 Commits

Author SHA1 Message Date
Tobias Fella
2a6d7f4169 Fix text width in chatbar
BUG: 516245
2026-02-19 00:47:28 +01:00

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