summaryrefslogtreecommitdiff
path: root/components/TextField.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/TextField.qml')
-rw-r--r--components/TextField.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/TextField.qml b/components/TextField.qml
index da028a90..c0d7bf8f 100644
--- a/components/TextField.qml
+++ b/components/TextField.qml
@@ -166,6 +166,8 @@ FocusScope {
TextInput { // see QTBUG-14936
id: textInput
selectByMouse:true
+ selectionColor: syspal.highlight
+ selectedTextColor: syspal.highlightedText
// Todo move these margins to StyleItem
anchors.leftMargin: 4