Fix QML error

This commit is contained in:
Tobias Fella
2021-08-24 00:45:57 +02:00
parent 2ccde21896
commit bd08f7fd36

View File

@@ -15,5 +15,4 @@ TextEdit {
readOnly: true
wrapMode: Text.WordWrap
textFormat: Text.RichText
width: messageContainer.bubbleMaxWidth
}