From 9c0cb6cfef32e8b7973121305a9c7ab9c2b155f0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 6 Jan 2016 23:03:07 -0800 Subject: QML UI: edit notes in rich text mode This way we don't show
for line breaks. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/DiveDetailsEdit.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-mobile') diff --git a/qt-mobile/qml/DiveDetailsEdit.qml b/qt-mobile/qml/DiveDetailsEdit.qml index 25b10ba2a..b6ca4572a 100644 --- a/qt-mobile/qml/DiveDetailsEdit.qml +++ b/qt-mobile/qml/DiveDetailsEdit.qml @@ -146,6 +146,7 @@ Item { TextArea { id: txtNotes text: notes + textFormat: TextEdit.RichText focus: true Layout.fillWidth: true Layout.fillHeight: true -- cgit v1.2.3-70-g09d2