use correct highlight color
CCBUG:336775
This commit is contained in:
parent
3cfa88f8c4
commit
ffcc0d43d8
@ -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
|
||||
|
||||
|
@ -350,6 +350,8 @@ FocusScope {
|
||||
passwordCharacter: "•"
|
||||
selectByMouse: true
|
||||
color: theme.viewTextColor
|
||||
selectedTextColor: theme.viewBackgroundColor
|
||||
selectionColor: theme.viewFocusColor
|
||||
enabled: textField.enabled
|
||||
clip: true
|
||||
focus: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user