nheko/resources/qml/delegates/NoticeMessage.qml

9 lines
144 B
QML

import ".."
MatrixText {
text: model.formattedBody
width: parent ? parent.width : undefined
font.italic: true
color: inactiveColors.text
}