Make sure that contentMaxWidth is used instead of bubbleMaxWidth for the message delegate.
This commit is contained in:
committed by
Tobias Fella
parent
17240ea8a6
commit
058e8034d9
@@ -20,7 +20,7 @@ TextEdit {
|
||||
|
||||
ListView.onReused: Qt.binding(() => !hasSpoiler.test(textMessage))
|
||||
|
||||
Layout.fillWidth: Config.compactLayout
|
||||
Layout.fillWidth: true
|
||||
|
||||
persistentSelection: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user