aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-09-14 12:45:20 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-09-14 12:45:20 -0500
commit10764b8a68947e04875a956bf277fd2044d17627 (patch)
treed932df953975205704b08471a52002ce8fe09e19 /wizard
parentb91afaf5c7cca3e3cbf43fd5a5c31d8017c3d0a2 (diff)
parent2c78f77eb2fdb2a2c20db1e3fa8a62fc3354de02 (diff)
downloadmonzero-gui-10764b8a68947e04875a956bf277fd2044d17627.tar.gz
monzero-gui-10764b8a68947e04875a956bf277fd2044d17627.tar.xz
monzero-gui-10764b8a68947e04875a956bf277fd2044d17627.zip
Merge pull request #2384
2c78f77 WizardController: fix overlap with network type dropdown (selsta)
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardController.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml
index dd6452da..235d0f1f 100644
--- a/wizard/WizardController.qml
+++ b/wizard/WizardController.qml
@@ -194,7 +194,7 @@ Rectangle {
}, State {
name: "wizardHome"
PropertyChanges { target: wizardStateView; currentView: wizardStateView.wizardHomeView }
- PropertyChanges { target: wizardFlickable; contentHeight: wizardStateView.wizardHomeView.pageHeight + 80 }
+ PropertyChanges { target: wizardFlickable; contentHeight: wizardStateView.wizardHomeView.pageHeight + 100 }
}, State {
name: "wizardCreateWallet1"
PropertyChanges { target: wizardStateView; currentView: wizardStateView.wizardCreateWallet1View }