summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}