text areas use textViewColor
This commit is contained in:
parent
bac95f9f82
commit
2fd322536b
@ -357,7 +357,7 @@ Item {
|
|||||||
font.underline: theme.defaultFont.underline
|
font.underline: theme.defaultFont.underline
|
||||||
font.weight: theme.defaultFont.weight
|
font.weight: theme.defaultFont.weight
|
||||||
font.wordSpacing: theme.defaultFont.wordSpacing
|
font.wordSpacing: theme.defaultFont.wordSpacing
|
||||||
color: theme.buttonTextColor
|
color: theme.viewTextColor
|
||||||
selectByMouse: verticalScroll.interactive
|
selectByMouse: verticalScroll.interactive
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
|
||||||
|
@ -319,7 +319,7 @@ FocusScope {
|
|||||||
text: placeholderText
|
text: placeholderText
|
||||||
visible: textInput.text == "" && !textField.activeFocus
|
visible: textInput.text == "" && !textField.activeFocus
|
||||||
// XXX: using textColor and low opacity for theming placeholderText
|
// XXX: using textColor and low opacity for theming placeholderText
|
||||||
color: theme.buttonTextColor
|
color: theme.viewTextColor
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
clip: true
|
clip: true
|
||||||
@ -349,7 +349,7 @@ FocusScope {
|
|||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
passwordCharacter: "•"
|
passwordCharacter: "•"
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
color: theme.buttonTextColor
|
color: theme.viewTextColor
|
||||||
enabled: textField.enabled
|
enabled: textField.enabled
|
||||||
clip: true
|
clip: true
|
||||||
focus: true
|
focus: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user