nheko/resources/qml/delegates/NoticeMessage.qml

10 lines
237 B
QML

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