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:
parent
da6eb9d947
commit
dcf1188a3b
@ -577,6 +577,7 @@ Item {
|
||||
Layout.fillWidth: true
|
||||
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||
color: subsurfaceTheme.textColor
|
||||
textFormat: Text.RichText
|
||||
}
|
||||
Item {
|
||||
Layout.columnSpan: 3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user