summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextEditor.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-08-23 14:57:15 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-08-23 14:57:15 +0200
commit24f73cfc1ecde01dccba11d6d1581d706aa4d428 (patch)
treed1afb7268b73046a0f25d2f6a8afe9b2eecb18c4 /framework/qml/TextEditor.qml
parent541d459c6fce2f6a6924ff408a7b903cbef01cbc (diff)
downloadkube-24f73cfc1ecde01dccba11d6d1581d706aa4d428.tar.gz
kube-24f73cfc1ecde01dccba11d6d1581d706aa4d428.zip
introduce Kube.ScrollBar
Diffstat (limited to 'framework/qml/TextEditor.qml')
-rw-r--r--framework/qml/TextEditor.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TextEditor.qml b/framework/qml/TextEditor.qml
index b3bd34b8..5f29cef3 100644
--- a/framework/qml/TextEditor.qml
+++ b/framework/qml/TextEditor.qml
@@ -30,7 +30,7 @@ FocusScope {
30 Flickable { 30 Flickable {
31 id: flickableItem 31 id: flickableItem
32 anchors.fill: parent 32 anchors.fill: parent
33 ScrollBar.vertical: ScrollBar {} 33 ScrollBar.vertical: Kube.ScrollBar {}
34 34
35 Kube.TextArea { 35 Kube.TextArea {
36 id: edit 36 id: edit