diff options
Diffstat (limited to 'components/mailviewer/qml/TextContent.qml')
-rw-r--r-- | components/mailviewer/qml/TextContent.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/mailviewer/qml/TextContent.qml b/components/mailviewer/qml/TextContent.qml index 95e196b4..114aa1fb 100644 --- a/components/mailviewer/qml/TextContent.qml +++ b/components/mailviewer/qml/TextContent.qml | |||
@@ -17,6 +17,7 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Controls 2 | ||
20 | 21 | ||
21 | import org.kube.framework 1.0 as Kube | 22 | import org.kube.framework 1.0 as Kube |
22 | 23 | ||
@@ -35,7 +36,7 @@ Item { | |||
35 | textEdit.text = root.content | 36 | textEdit.text = root.content |
36 | } | 37 | } |
37 | 38 | ||
38 | TextEdit { | 39 | TextArea { |
39 | id: textEdit | 40 | id: textEdit |
40 | 41 | ||
41 | anchors { | 42 | anchors { |