summaryrefslogtreecommitdiff
path: root/kodereviewer/qml/CommentDelegate.qml
diff options
context:
space:
mode:
authorMatias Linares <matias.linares@comprandoengrupo.net>2024-09-22 17:11:16 -0300
committerMatias Linares <matias.linares@comprandoengrupo.net>2024-09-22 17:11:35 -0300
commita98abb965dff8dfcbdc2b47454ecfbd370b93a50 (patch)
tree71020ad426d9f7dadd9b31f38bee461cf2fa5214 /kodereviewer/qml/CommentDelegate.qml
parentc651ae6d7a11c77a607543a1afae863b20b6d174 (diff)
downloadkodereviewer-a98abb965dff8dfcbdc2b47454ecfbd370b93a50.tar.gz
Now it's building
Diffstat (limited to 'kodereviewer/qml/CommentDelegate.qml')
-rw-r--r--kodereviewer/qml/CommentDelegate.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/kodereviewer/qml/CommentDelegate.qml b/kodereviewer/qml/CommentDelegate.qml
index bac75d0..3b2681b 100644
--- a/kodereviewer/qml/CommentDelegate.qml
+++ b/kodereviewer/qml/CommentDelegate.qml
@@ -66,11 +66,9 @@ Kirigami.AbstractCard {
Kirigami.Separator {
Layout.fillWidth: true
}
- QQC2.Label {
+ MarkdownLabel {
Layout.fillWidth: true
text: root.body
- textFormat: Text.MarkdownText
- wrapMode: Text.WordWrap
}
}
}