diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-19 17:44:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-19 17:44:25 +0200 |
commit | df5d10b0595f103a5ef45334173e3eaea56e78a3 (patch) | |
tree | 4f33eb4f5d9cadfbafa66d6c90eb8d4b0a283d85 | |
parent | 36271954aada008d4ea91df79ee4cc11b750274f (diff) | |
download | kube-df5d10b0595f103a5ef45334173e3eaea56e78a3.tar.gz kube-df5d10b0595f103a5ef45334173e3eaea56e78a3.zip |
Crashes so far
-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 |