summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextField.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 /framework/qml/TextField.qml
parent70c355dc711ff8ab249e9878a166340da6b75bec (diff)
downloadkube-8809ffea6390e593b1d83f69cc50dfe8d7dadad0.tar.gz
kube-8809ffea6390e593b1d83f69cc50dfe8d7dadad0.zip
use the correct selection color in textfield and mailviewer
Diffstat (limited to 'framework/qml/TextField.qml')
-rw-r--r--framework/qml/TextField.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/TextField.qml b/framework/qml/TextField.qml
index 2fbee655..8315f955 100644
--- a/framework/qml/TextField.qml
+++ b/framework/qml/TextField.qml
@@ -30,6 +30,7 @@ T.TextField {
30 30
31 color: Kube.Colors.textColor 31 color: Kube.Colors.textColor
32 font.family: Kube.Font.fontFamily 32 font.family: Kube.Font.fontFamily
33 selectionColor: Kube.Colors.highlightColor
33 34
34 Label { 35 Label {
35 id: placeholder 36 id: placeholder