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.weight: theme.defaultFont.weight
|
||||||
font.wordSpacing: theme.defaultFont.wordSpacing
|
font.wordSpacing: theme.defaultFont.wordSpacing
|
||||||
color: theme.viewTextColor
|
color: theme.viewTextColor
|
||||||
|
selectedTextColor: theme.viewBackgroundColor
|
||||||
|
selectionColor: theme.viewFocusColor
|
||||||
selectByMouse: verticalScroll.interactive
|
selectByMouse: verticalScroll.interactive
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
|
||||||
|
@ -350,6 +350,8 @@ FocusScope {
|
|||||||
passwordCharacter: "•"
|
passwordCharacter: "•"
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
color: theme.viewTextColor
|
color: theme.viewTextColor
|
||||||
|
selectedTextColor: theme.viewBackgroundColor
|
||||||
|
selectionColor: theme.viewFocusColor
|
||||||
enabled: textField.enabled
|
enabled: textField.enabled
|
||||||
clip: true
|
clip: true
|
||||||
focus: true
|
focus: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user