Move copy pasted to TextDelegate component

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2021-10-21 22:18:47 +02:00
parent 890860df92
commit 6afeaf1619
3 changed files with 25 additions and 26 deletions

View File

@@ -79,6 +79,7 @@ MouseArea {
id: replyText
textMessage: reply.display
textFormat: Text.RichText
hasContextMenu: false
width: Math.min(implicitWidth, bubbleMaxWidth - Kirigami.Units.largeSpacing * 3)
x: Kirigami.Units.smallSpacing * 3 + replyAvatar.width
}