aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-07-20 20:23:50 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-23 03:20:58 +0900
commita5d43bc5f8113a3186036567488700a889c6ac5a (patch)
treee01722897843b82e67b7a1e37462102a51f068cf
parent213f68d922815d40786a18d29621441ea036aa0b (diff)
downloadsubsurface-a5d43bc5f8113a3186036567488700a889c6ac5a.tar.gz
QML UI: fix typo
Simple typo fix. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
-rw-r--r--mobile-widgets/qml/CloudCredentials.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml
index 352c4ecf4..71ea796b4 100644
--- a/mobile-widgets/qml/CloudCredentials.qml
+++ b/mobile-widgets/qml/CloudCredentials.qml
@@ -93,7 +93,7 @@ Item {
Switch {
checked: false
id: showPassword
- Layout.preferredWidth: col4Width
+ Layout.preferredWidth: col2Width
onCheckedChanged: {
password.echoMode = checked ? TextInput.Normal : TextInput.Password
}