From dcf1188a3b243bf0583278dc34db707d8883ec2f Mon Sep 17 00:00:00 2001 From: Josh Torres Date: Mon, 6 Sep 2021 14:33:47 -0700 Subject: 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 --- mobile-widgets/qml/DiveDetailsView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index fa0ebfb3f..3c726944a 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -577,6 +577,7 @@ Item { Layout.fillWidth: true wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere color: subsurfaceTheme.textColor + textFormat: Text.RichText } Item { Layout.columnSpan: 3 -- cgit v1.2.3-70-g09d2