1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-20 04:15:53 +01:00

Merge pull request #2384

2c78f77 WizardController: fix overlap with network type dropdown (selsta)
This commit is contained in:
luigi1111 2019-09-14 12:45:20 -05:00
commit 10764b8a68
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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 }