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 }