mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -577,6 +577,7 @@ Item {
|
|||
Layout.fillWidth: true
|
||||
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||
color: subsurfaceTheme.textColor
|
||||
textFormat: Text.RichText
|
||||
}
|
||||
Item {
|
||||
Layout.columnSpan: 3
|
||||
|
|
Loading…
Add table
Reference in a new issue