summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextEditor.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-18 08:05:20 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-18 08:05:20 +0200
commit20d2446ed1f6690d37489be4c0ca4d75f2c24a4b (patch)
tree5426630b940677cd5f8d0f9dbf63554fed89e519 /framework/qml/TextEditor.qml
parente8d54701f4e4224ae257bed03f3874c609a7a2cf (diff)
downloadkube-20d2446ed1f6690d37489be4c0ca4d75f2c24a4b.tar.gz
kube-20d2446ed1f6690d37489be4c0ca4d75f2c24a4b.zip
Autodetect textformat to not break plaintext
When showing plaintext all linebreaks were ignored.
Diffstat (limited to 'framework/qml/TextEditor.qml')
-rw-r--r--framework/qml/TextEditor.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/TextEditor.qml b/framework/qml/TextEditor.qml
index a538e83c..32b0255c 100644
--- a/framework/qml/TextEditor.qml
+++ b/framework/qml/TextEditor.qml
@@ -64,7 +64,6 @@ FocusScope {
64 anchors.fill: parent 64 anchors.fill: parent
65 selectByMouse: true 65 selectByMouse: true
66 wrapMode: TextEdit.Wrap 66 wrapMode: TextEdit.Wrap
67 textFormat: Qt.RichText
68 } 67 }
69 TextArea.flickable: edit 68 TextArea.flickable: edit
70 } 69 }