diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-07-10 17:54:34 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-07-10 17:54:34 -0400 |
| commit | f81bfa186510e6bf230b5a14697abc3f28533886 (patch) | |
| tree | 240e3bd89a5a95b2b3b12fb0c62d9e6cae549a9a /wizard/WizardCreateDevice1.qml | |
| parent | e4a3e282b55571ad2727d6d3588440122cab0ed4 (diff) | |
| parent | 6739b51a5b2bfbc928ef49fc6db9eaf99ff0c44b (diff) | |
| download | monzero-gui-f81bfa186510e6bf230b5a14697abc3f28533886.tar.gz monzero-gui-f81bfa186510e6bf230b5a14697abc3f28533886.tar.xz monzero-gui-f81bfa186510e6bf230b5a14697abc3f28533886.zip | |
Merge pull request #3613
6739b51 WizardWalletInput: red border if error; error messages; remove placeholders; smaller font; icon for browse button (rating89us)
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
| -rw-r--r-- | wizard/WizardCreateDevice1.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 4dea592c..21d0ac93 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -80,7 +80,7 @@ Rectangle { ColumnLayout { spacing: 0 - Layout.topMargin: 10 + Layout.topMargin: -10 Layout.fillWidth: true MoneroComponents.StandardDropdown { |
