Make delegate take maximum width while editing a message

This commit is contained in:
Tobias Fella
2025-08-29 14:47:18 +02:00
committed by Tobias Fella
parent 1ba6b840db
commit 77ac811498

View File

@@ -26,6 +26,7 @@ QQC2.Control {
Layout.fillWidth: true
Layout.maximumWidth: Message.maxContentWidth
implicitWidth: Message.maxContentWidth
contentItem: ColumnLayout {
Loader {