summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/contents/ui/TextContent.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-06-13 15:06:35 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-06-13 15:06:35 +0200
commit8809ffea6390e593b1d83f69cc50dfe8d7dadad0 (patch)
treec65ba4e72876df0bd03886d625b5aaac30f8f90f /components/mailviewer/contents/ui/TextContent.qml
parent70c355dc711ff8ab249e9878a166340da6b75bec (diff)
downloadkube-8809ffea6390e593b1d83f69cc50dfe8d7dadad0.tar.gz
kube-8809ffea6390e593b1d83f69cc50dfe8d7dadad0.zip
use the correct selection color in textfield and mailviewer
Diffstat (limited to 'components/mailviewer/contents/ui/TextContent.qml')
-rw-r--r--components/mailviewer/contents/ui/TextContent.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mailviewer/contents/ui/TextContent.qml b/components/mailviewer/contents/ui/TextContent.qml
index a0094a3e..b25aac17 100644
--- a/components/mailviewer/contents/ui/TextContent.qml
+++ b/components/mailviewer/contents/ui/TextContent.qml
@@ -42,6 +42,7 @@ Item {
42 42
43 TextEdit { 43 TextEdit {
44 width: parent.width 44 width: parent.width
45 selectionColor: Kube.Colors.highlightColor
45 46
46 readOnly: true 47 readOnly: true
47 selectByMouse: true 48 selectByMouse: true