diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-22 05:06:11 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:03 +0100 |
| commit | b38ee48e594e4cc19299afd4c888f39075688101 (patch) | |
| tree | ec22c534aae6b13882037427680a0edb5af2d9e7 /components/PasswordDialog.qml | |
| parent | 72a7fac4675e109080a734ec9e9ad3987b87237d (diff) | |
| download | monzero-gui-b38ee48e594e4cc19299afd4c888f39075688101.tar.gz monzero-gui-b38ee48e594e4cc19299afd4c888f39075688101.tar.xz monzero-gui-b38ee48e594e4cc19299afd4c888f39075688101.zip | |
Redesigned NewPasswordDialog
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index 80d2a677..444b2306 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -92,7 +92,7 @@ Item { TextField { id : passwordInput - Layout.topMargin: 8 + Layout.topMargin: 6 Layout.fillWidth: true anchors.left: parent.left horizontalAlignment: TextInput.AlignLeft |
