mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #2102
ee87122
wizardhome: fix network dropdown (mmbyday)
This commit is contained in:
commit
4b324bb719
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Rectangle {
|
|||
property string walletRestoreMode: 'seed' // seed, keys, qr
|
||||
|
||||
// flickable margin
|
||||
property int flickableHeightMargin
|
||||
property int flickableHeightMargin: 200
|
||||
|
||||
property int layoutScale: {
|
||||
if(isMobile){
|
||||
|
|
Loading…
Reference in a new issue