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: "•" 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