diff options
Diffstat (limited to 'framework/qml/TextEditor.qml')
-rw-r--r-- | framework/qml/TextEditor.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/TextEditor.qml b/framework/qml/TextEditor.qml index c21f3748..080543f9 100644 --- a/framework/qml/TextEditor.qml +++ b/framework/qml/TextEditor.qml | |||
@@ -46,6 +46,8 @@ ScrollView { | |||
46 | } | 46 | } |
47 | 47 | ||
48 | Kube.TextArea { | 48 | Kube.TextArea { |
49 | //TODO drop all sizes and use the following once we have qt 5.9 | ||
50 | // Controls2.TextArea.flickable: Kube.TextArea { | ||
49 | id: edit | 51 | id: edit |
50 | width: flick.width | 52 | width: flick.width |
51 | height: edit.contentHeight > flick.height ? edit.contentHeight : flick.height | 53 | height: edit.contentHeight > flick.height ? edit.contentHeight : flick.height |