sync passwword charactor with desktop version

This commit is contained in:
Sebastian Kügler 2012-05-21 13:28:29 +02:00
parent 7024329085
commit b63d1feae4

View File

@ -127,6 +127,7 @@ Item {
}
text: placeholderText
visible: textInput.text == "" && !textField.activeFocus
passwordCharacter: "•"
// XXX: using textColor and low opacity for theming placeholderText
// color: theme.viewTextColor
color: Qt.color("black")