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

12 lines
221 B
QML

import QtQuick 2.5
TextEdit {
text: eventData.formattedBody
textFormat: TextEdit.RichText
readOnly: true
wrapMode: Text.Wrap
width: parent.width
selectByMouse: true
font.italic: true
color: inactiveColors.text
}