summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-03 10:01:55 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-06 10:41:24 +0200
commit44f1baac26944c1c5061fadf163846958095a425 (patch)
treebbae5619109dc82005725fc423a7bd45561934e2 /components
parent63ec736eb6568510378372c035450242d51699da (diff)
downloadkube-44f1baac26944c1c5061fadf163846958095a425.tar.gz
kube-44f1baac26944c1c5061fadf163846958095a425.zip
A working Html TextEditor
It's just the TextArea that is broken, it seems the TextEdit works fine with html content.
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/ComposerView.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index a27e90e9..25244199 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -278,8 +278,6 @@ Kube.View {
278 278
279 Kube.Switch { 279 Kube.Switch {
280 id: html 280 id: html
281 //FIXME enable once the html editor works.
282 visible: false
283 text: checked ? qsTr("plain") : qsTr("html") 281 text: checked ? qsTr("plain") : qsTr("html")
284 focusPolicy: Qt.TabFocus 282 focusPolicy: Qt.TabFocus
285 focus: false 283 focus: false