Skip to content
Snippets Groups Projects
Commit b34b373d authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: fix selection color

Change-Id: I322ddc8b37fa0400162832937b794b5971132c82
GitLab: #793
parent 4e346658
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ TextField {
readOnly: false
selectByMouse: true
mouseSelectionMode: TextInput.SelectCharacters
selectionColor: JamiTheme.placeholderTextColor
font.pointSize: fontSize
font.kerning: true
......
......@@ -82,7 +82,6 @@ Rectangle {
font.kerning: true
selectByMouse: true
selectionColor: JamiTheme.placeholderTextColor
placeholderText: JamiStrings.contactSearchConversation
placeholderTextColor: JamiTheme.placeholderTextColor
......
......@@ -76,7 +76,6 @@ JamiFlickable {
color: JamiTheme.textColor
wrapMode: TextEdit.Wrap
selectByMouse: true
selectionColor: JamiTheme.placeholderTextColor
textFormat: TextEdit.PlainText
placeholderTextColor: JamiTheme.placeholderTextColor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment