Fix text field color
This commit is contained in:
parent
f3dff31f05
commit
bcd6a0cc55
@ -301,8 +301,8 @@ FocusScope {
|
|||||||
}
|
}
|
||||||
passwordCharacter: "•"
|
passwordCharacter: "•"
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
// color: Qt.color("black")
|
color: Qt.color("black")
|
||||||
color: theme.textColor
|
// color: theme.textColor
|
||||||
enabled: textField.enabled
|
enabled: textField.enabled
|
||||||
clip: true
|
clip: true
|
||||||
focus: true
|
focus: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user