mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-16 08:32:19 +00:00
WizardController: fix overlap with network type dropdown
This commit is contained in:
parent
a267712d10
commit
2c78f77eb2
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ Rectangle {
|
||||||
}, State {
|
}, State {
|
||||||
name: "wizardHome"
|
name: "wizardHome"
|
||||||
PropertyChanges { target: wizardStateView; currentView: wizardStateView.wizardHomeView }
|
PropertyChanges { target: wizardStateView; currentView: wizardStateView.wizardHomeView }
|
||||||
PropertyChanges { target: wizardFlickable; contentHeight: wizardStateView.wizardHomeView.pageHeight + 80 }
|
PropertyChanges { target: wizardFlickable; contentHeight: wizardStateView.wizardHomeView.pageHeight + 100 }
|
||||||
}, State {
|
}, State {
|
||||||
name: "wizardCreateWallet1"
|
name: "wizardCreateWallet1"
|
||||||
PropertyChanges { target: wizardStateView; currentView: wizardStateView.wizardCreateWallet1View }
|
PropertyChanges { target: wizardStateView; currentView: wizardStateView.wizardCreateWallet1View }
|
||||||
|
|
Loading…
Reference in a new issue