diff options
author | Marco Martin <notmart@gmail.com> | 2015-11-30 01:17:43 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2015-11-30 02:43:40 +0100 |
commit | fd3bb4a84df0df991b37e8a7781a02d16a2918f3 (patch) | |
tree | 0168ff8ea9a3ebbd3474047180886c57fe0e8100 /qt-mobile/qml | |
parent | 092677687744b7798d0603b10b884916d6962d7e (diff) | |
download | subsurface-fd3bb4a84df0df991b37e8a7781a02d16a2918f3.tar.gz |
The system integrated component is TextArea
this will give graphical styling and behavior
Signed-off-by: Marco Martin <notmart@gmail.com>
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r-- | qt-mobile/qml/DiveDetails.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/DiveDetails.qml b/qt-mobile/qml/DiveDetails.qml index d07cdcae9..bff64537a 100644 --- a/qt-mobile/qml/DiveDetails.qml +++ b/qt-mobile/qml/DiveDetails.qml @@ -155,7 +155,7 @@ MobileComponents.Page { Layout.alignment: Qt.AlignRight text: "Notes:" } - TextEdit{ + TextArea { id: txtNotes text: notes focus: true |