Index: sources/gui/qml/pages/UserConfirmation.qml =================================================================== diff -u -r7e503c5459ec77a2816d6c7789da9b206cedbe8a -r86e9dfbff50cb7e16fd94c16c1c818cef3b47eac --- sources/gui/qml/pages/UserConfirmation.qml (.../UserConfirmation.qml) (revision 7e503c5459ec77a2816d6c7789da9b206cedbe8a) +++ sources/gui/qml/pages/UserConfirmation.qml (.../UserConfirmation.qml) (revision 86e9dfbff50cb7e16fd94c16c1c818cef3b47eac) @@ -62,6 +62,7 @@ MouseArea { anchors.fill: _showPassword + anchors.margins: -20 onPressed : _password.textInput.echoMode = TextInput.Normal onReleased : _password.textInput.echoMode = TextInput.Password }