Skip to content
Snippets Groups Projects
TextMessage.qml 196 B
Newer Older
Nicolas Werner's avatar
Nicolas Werner committed
import ".."
Nicolas Werner's avatar
Nicolas Werner committed
MatrixText {
	property string formatted: model.data.formattedBody
	text: formatted.replace("<pre>", "<pre style='white-space: pre-wrap'>")
	width: parent ? parent.width : undefined