Fix text field color

This commit is contained in:
Sebastian Kügler 2012-05-21 19:35:33 +02:00
parent f3dff31f05
commit bcd6a0cc55

View File

@ -301,8 +301,8 @@ FocusScope {
}
passwordCharacter: "•"
selectByMouse: true
// color: Qt.color("black")
color: theme.textColor
color: Qt.color("black")
// color: theme.textColor
enabled: textField.enabled
clip: true
focus: true