use correct highlight color

CCBUG:336775
This commit is contained in:
Marco Martin 2014-06-27 11:11:24 +02:00
parent 3cfa88f8c4
commit ffcc0d43d8
2 changed files with 4 additions and 0 deletions

View File

@ -366,6 +366,8 @@ Item {
font.weight: theme.defaultFont.weight
font.wordSpacing: theme.defaultFont.wordSpacing
color: theme.viewTextColor
selectedTextColor: theme.viewBackgroundColor
selectionColor: theme.viewFocusColor
selectByMouse: verticalScroll.interactive
renderType: Text.NativeRendering

View File

@ -350,6 +350,8 @@ FocusScope {
passwordCharacter: "•"
selectByMouse: true
color: theme.viewTextColor
selectedTextColor: theme.viewBackgroundColor
selectionColor: theme.viewFocusColor
enabled: textField.enabled
clip: true
focus: true