diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-31 12:25:12 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-31 12:25:12 +0200 |
commit | ab2b00093e1a40fc8dabd2c95b4bbd576e88e953 (patch) | |
tree | 3275ed7779739a9e52067b160a093d5efa5f2b87 /framework/qml/TextEditor.qml | |
parent | 1745daa581b2ea70169eacfaad5480c823de2c30 (diff) | |
download | kube-ab2b00093e1a40fc8dabd2c95b4bbd576e88e953.tar.gz kube-ab2b00093e1a40fc8dabd2c95b4bbd576e88e953.zip |
Fixed replies
We accidentally ended up stripping newlines
Diffstat (limited to 'framework/qml/TextEditor.qml')
-rw-r--r-- | framework/qml/TextEditor.qml | 2 |
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 |