diff options
| author | selsta <selsta@sent.at> | 2019-09-08 17:06:14 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-09-08 17:06:14 +0200 |
| commit | 2c78f77eb2fdb2a2c20db1e3fa8a62fc3354de02 (patch) | |
| tree | 7e89335c03e6f7280f89faa40f5fd7ec51e618c8 /wizard | |
| parent | a267712d100a9c514dd7de451356fe115b2090a9 (diff) | |
| download | monzero-gui-2c78f77eb2fdb2a2c20db1e3fa8a62fc3354de02.tar.gz monzero-gui-2c78f77eb2fdb2a2c20db1e3fa8a62fc3354de02.tar.xz monzero-gui-2c78f77eb2fdb2a2c20db1e3fa8a62fc3354de02.zip | |
WizardController: fix overlap with network type dropdown
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardController.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
