From 2c78f77eb2fdb2a2c20db1e3fa8a62fc3354de02 Mon Sep 17 00:00:00 2001 From: selsta Date: Sun, 8 Sep 2019 17:06:14 +0200 Subject: [PATCH] WizardController: fix overlap with network type dropdown --- wizard/WizardController.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index 7d5b662f..d271b8c3 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -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 }