matrixion/resources/qml/delegates/NoticeMessage.qml
2019-11-23 20:06:15 +01:00

8 lines
144 B
QML

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