mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
5860913e41
commit
9c0cb6cfef
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ Item {
|
|||
TextArea {
|
||||
id: txtNotes
|
||||
text: notes
|
||||
textFormat: TextEdit.RichText
|
||||
focus: true
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
|
Loading…
Reference in a new issue