diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-11-26 15:17:38 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-11-26 15:17:38 -0600 |
| commit | df02532fd5f5ec2c00c3080f6bf786447f4d3918 (patch) | |
| tree | eb53c272912215a92ec13204bc2f56b519c38d20 /components | |
| parent | 6c2c17ada1e43d7d432567e5c1e29e7dbe63e20a (diff) | |
| parent | 8738210991c0f258e0e04bf0bcad048fc00d6e44 (diff) | |
| download | monzero-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)
Diffstat (limited to 'components')
| -rw-r--r-- | components/PasswordDialog.qml | 2 |
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 |
