Index: sources/gui/qml/pages/UserConfirmation.qml =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r86e9dfbff50cb7e16fd94c16c1c818cef3b47eac --- sources/gui/qml/pages/UserConfirmation.qml (.../UserConfirmation.qml) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/qml/pages/UserConfirmation.qml (.../UserConfirmation.qml) (revision 86e9dfbff50cb7e16fd94c16c1c818cef3b47eac) @@ -40,8 +40,6 @@ TextEntry { id : _password clip : true visible : _root.isPassword - label.text : qsTr("Password") - label .width : 150 textInput .width : 450 anchors { top : parent.top @@ -64,6 +62,7 @@ MouseArea { anchors.fill: _showPassword + anchors.margins: -20 onPressed : _password.textInput.echoMode = TextInput.Normal onReleased : _password.textInput.echoMode = TextInput.Password }