Wrap text in replies

This commit is contained in:
Carl Schwan
2020-11-22 12:13:35 +01:00
parent 9849f9ae80
commit 089f327223

View File

@@ -14,6 +14,8 @@ RowLayout {
visible: replyVisible
Component.onCompleted: parent.Layout.fillWidth = true
Rectangle {
Layout.preferredWidth: Kirigami.Units.smallSpacing
Layout.fillHeight: true
@@ -47,6 +49,7 @@ RowLayout {
text: replyVisible ? reply.display : ""
textFormat: Text.RichText
elide: Text.ElideRight
wrapMode: Text.WordWrap
}
}
}