aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-11-26 15:17:38 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-11-26 15:17:38 -0600
commitdf02532fd5f5ec2c00c3080f6bf786447f4d3918 (patch)
treeeb53c272912215a92ec13204bc2f56b519c38d20
parent6c2c17ada1e43d7d432567e5c1e29e7dbe63e20a (diff)
parent8738210991c0f258e0e04bf0bcad048fc00d6e44 (diff)
downloadmonzero-gui-df02532fd5f5ec2c00c3080f6bf786447f4d3918.tar.gz
monzero-gui-df02532fd5f5ec2c00c3080f6bf786447f4d3918.tar.xz
monzero-gui-df02532fd5f5ec2c00c3080f6bf786447f4d3918.zip
Merge pull request #2500
8738210 PasswordDialog: fix text field height changing on input (Windows) (xiphon)
-rw-r--r--components/PasswordDialog.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml
index bfea8948..18bccdfe 100644
--- a/components/PasswordDialog.qml
+++ b/components/PasswordDialog.qml
@@ -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