QML UI: edit notes in rich text mode

This way we don't show <br> for line breaks.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-01-06 23:03:07 -08:00
parent 5860913e41
commit 9c0cb6cfef

View file

@ -146,6 +146,7 @@ Item {
TextArea {
id: txtNotes
text: notes
textFormat: TextEdit.RichText
focus: true
Layout.fillWidth: true
Layout.fillHeight: true