summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-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 45bf2ecd..7dd30625 100644
--- a/framework/qml/TextEditor.qml
+++ b/framework/qml/TextEditor.qml
@@ -96,7 +96,7 @@ FocusScope {
96 focus: true 96 focus: true
97 selectByMouse: true 97 selectByMouse: true
98 wrapMode: TextEdit.Wrap 98 wrapMode: TextEdit.Wrap
99 textFormat: Qt.RichText 99 textFormat: Qt.AutoText
100 onCursorRectangleChanged: flickableItem.ensureVisible(cursorRectangle) 100 onCursorRectangleChanged: flickableItem.ensureVisible(cursorRectangle)
101 101
102 color: Kube.Colors.textColor 102 color: Kube.Colors.textColor