Support rich text on mobile notes field

When viewing dives on mobile the notes field does not support rich
text. User formatting, output from the planning feature, etc will
render html as plain text.

Adding qml tag to support rich text

Signed-off-by: Josh Torres <torres.josh.j@gmail.com>
This commit is contained in:
Josh Torres 2021-09-06 14:33:47 -07:00 committed by Dirk Hohndel
parent da6eb9d947
commit dcf1188a3b

View file

@ -577,6 +577,7 @@ Item {
Layout.fillWidth: true
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
color: subsurfaceTheme.textColor
textFormat: Text.RichText
}
Item {
Layout.columnSpan: 3