sync passwword charactor with desktop version
This commit is contained in:
parent
7024329085
commit
b63d1feae4
@ -127,6 +127,7 @@ Item {
|
|||||||
}
|
}
|
||||||
text: placeholderText
|
text: placeholderText
|
||||||
visible: textInput.text == "" && !textField.activeFocus
|
visible: textInput.text == "" && !textField.activeFocus
|
||||||
|
passwordCharacter: "•"
|
||||||
// XXX: using textColor and low opacity for theming placeholderText
|
// XXX: using textColor and low opacity for theming placeholderText
|
||||||
// color: theme.viewTextColor
|
// color: theme.viewTextColor
|
||||||
color: Qt.color("black")
|
color: Qt.color("black")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user