diff options
| author | mmbyday <mmbyday@protonmail.com> | 2019-04-21 02:31:15 -0700 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2019-04-21 12:26:55 -0700 |
| commit | ee87122d5be4cb4e4c74abd091943f1e1779945e (patch) | |
| tree | a5ae09c5cb9ce731a66435abff5bd84fec90b9a7 | |
| parent | 10926644bfe049b3c7b1dcd9b274a3a79cfa1e94 (diff) | |
| download | monzero-gui-ee87122d5be4cb4e4c74abd091943f1e1779945e.tar.gz monzero-gui-ee87122d5be4cb4e4c74abd091943f1e1779945e.tar.xz monzero-gui-ee87122d5be4cb4e4c74abd091943f1e1779945e.zip | |
wizardhome: fix network dropdown
| -rw-r--r-- | wizard/WizardController.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index 6bac1e6a..4adb7b0a 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -107,7 +107,7 @@ Rectangle { property string walletRestoreMode: 'seed' // seed, keys, qr // flickable margin - property int flickableHeightMargin + property int flickableHeightMargin: 200 property int layoutScale: { if(isMobile){ |
