WizardController: fix overlap with network type dropdown

pull/2/head
selsta 5 years ago
parent a267712d10
commit 2c78f77eb2
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -198,7 +198,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 }