diff options
Diffstat (limited to 'qt-mobile/main.qml')
-rw-r--r-- | qt-mobile/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml index 8518f84df..7084619a3 100644 --- a/qt-mobile/main.qml +++ b/qt-mobile/main.qml @@ -107,7 +107,7 @@ ApplicationWindow { contentHeight: detailsView.height clip: true Row { - Text { text: 'Notes: ' + notes; wrapMode: Text.WordWrap; width: details.width } + Text { text: '<b>Notes:</b><br/>' + notes; wrapMode: Text.WordWrap; width: details.width } } } } |