2019-11-03 03:28:16 +01:00
|
|
|
import ".."
|
2019-09-07 01:33:46 +02:00
|
|
|
|
2019-11-03 03:28:16 +01:00
|
|
|
MatrixText {
|
2020-01-11 14:07:51 +01:00
|
|
|
property string notice: model.data.formattedBody.replace("<pre>", "<pre style='white-space: pre-wrap'>")
|
2019-12-10 14:46:52 +01:00
|
|
|
text: notice
|
2019-10-27 22:01:40 +01:00
|
|
|
width: parent ? parent.width : undefined
|
2019-09-07 01:33:46 +02:00
|
|
|
font.italic: true
|
|
|
|
color: inactiveColors.text
|
|
|
|
}
|