summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextEditor.qml
diff options
context:
space:
mode:
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