QML UI: fix typo

Simple typo fix.

Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
Joakim Bygdell 2017-07-20 20:23:50 +02:00 committed by Dirk Hohndel
parent 213f68d922
commit a5d43bc5f8

View file

@ -93,7 +93,7 @@ Item {
Switch {
checked: false
id: showPassword
Layout.preferredWidth: col4Width
Layout.preferredWidth: col2Width
onCheckedChanged: {
password.echoMode = checked ? TextInput.Normal : TextInput.Password
}