mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
QML UI: fix typo
Simple typo fix. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
213f68d922
commit
a5d43bc5f8
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Item {
|
|||
Switch {
|
||||
checked: false
|
||||
id: showPassword
|
||||
Layout.preferredWidth: col4Width
|
||||
Layout.preferredWidth: col2Width
|
||||
onCheckedChanged: {
|
||||
password.echoMode = checked ? TextInput.Normal : TextInput.Password
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue