nheko/resources/qml/delegates/TextMessage.qml

12 lines
194 B
QML

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