mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 {
|
Switch {
|
||||||
checked: false
|
checked: false
|
||||||
id: showPassword
|
id: showPassword
|
||||||
Layout.preferredWidth: col4Width
|
Layout.preferredWidth: col2Width
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
password.echoMode = checked ? TextInput.Normal : TextInput.Password
|
password.echoMode = checked ? TextInput.Normal : TextInput.Password
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue