Wrap text in replies
This commit is contained in:
@@ -14,6 +14,8 @@ RowLayout {
|
|||||||
|
|
||||||
visible: replyVisible
|
visible: replyVisible
|
||||||
|
|
||||||
|
Component.onCompleted: parent.Layout.fillWidth = true
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
Layout.preferredWidth: Kirigami.Units.smallSpacing
|
Layout.preferredWidth: Kirigami.Units.smallSpacing
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
@@ -47,6 +49,7 @@ RowLayout {
|
|||||||
text: replyVisible ? reply.display : ""
|
text: replyVisible ? reply.display : ""
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user