PasswordDialog: fix text field height changing on input (Windows)

This commit is contained in:
xiphon 2019-11-26 16:08:31 +00:00
parent 6c2c17ada1
commit 8738210991

View File

@ -203,6 +203,7 @@ Item {
return passwordInput2
}
}
implicitHeight: 50
bottomPadding: 10
leftPadding: 10
topPadding: 10
@ -307,6 +308,7 @@ Item {
font.pixelSize: 24
echoMode: TextInput.Password
KeyNavigation.tab: okButton
implicitHeight: 50
bottomPadding: 10
leftPadding: 10
topPadding: 10