matrixion/resources/qml/delegates/NoticeMessage.qml
2019-12-10 14:46:52 +01:00

9 lines
232 B
QML

import ".."
MatrixText {
property string notice: model.formattedBody.replace("<pre>", "<pre style='white-space: pre-wrap'>")
text: notice
width: parent ? parent.width : undefined
font.italic: true
color: inactiveColors.text
}