summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextEditor.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-19 17:44:25 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-19 17:44:25 +0200
commitdf5d10b0595f103a5ef45334173e3eaea56e78a3 (patch)
tree4f33eb4f5d9cadfbafa66d6c90eb8d4b0a283d85 /framework/qml/TextEditor.qml
parent36271954aada008d4ea91df79ee4cc11b750274f (diff)
downloadkube-df5d10b0595f103a5ef45334173e3eaea56e78a3.tar.gz
kube-df5d10b0595f103a5ef45334173e3eaea56e78a3.zip
Crashes so far
Diffstat (limited to 'framework/qml/TextEditor.qml')
-rw-r--r--framework/qml/TextEditor.qml2
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