From df5d10b0595f103a5ef45334173e3eaea56e78a3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 19 Jun 2017 17:44:25 +0200 Subject: Crashes so far --- framework/qml/TextEditor.qml | 2 ++ 1 file changed, 2 insertions(+) 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 { } Kube.TextArea { + //TODO drop all sizes and use the following once we have qt 5.9 + // Controls2.TextArea.flickable: Kube.TextArea { id: edit width: flick.width height: edit.contentHeight > flick.height ? edit.contentHeight : flick.height -- cgit v1.2.3