diff options
| author | xiphon <xiphon@protonmail.com> | 2019-11-26 16:08:31 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-11-26 16:09:09 +0000 |
| commit | 8738210991c0f258e0e04bf0bcad048fc00d6e44 (patch) | |
| tree | eb53c272912215a92ec13204bc2f56b519c38d20 /components/PasswordDialog.qml | |
| parent | 6c2c17ada1e43d7d432567e5c1e29e7dbe63e20a (diff) | |
| download | monzero-gui-8738210991c0f258e0e04bf0bcad048fc00d6e44.tar.gz monzero-gui-8738210991c0f258e0e04bf0bcad048fc00d6e44.tar.xz monzero-gui-8738210991c0f258e0e04bf0bcad048fc00d6e44.zip | |
PasswordDialog: fix text field height changing on input (Windows)
Diffstat (limited to 'components/PasswordDialog.qml')
| -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 |
