mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-24 16:18:46 +00:00
wizardhome: fix network dropdown
This commit is contained in:
parent
10926644bf
commit
ee87122d5b
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Rectangle {
|
||||||
property string walletRestoreMode: 'seed' // seed, keys, qr
|
property string walletRestoreMode: 'seed' // seed, keys, qr
|
||||||
|
|
||||||
// flickable margin
|
// flickable margin
|
||||||
property int flickableHeightMargin
|
property int flickableHeightMargin: 200
|
||||||
|
|
||||||
property int layoutScale: {
|
property int layoutScale: {
|
||||||
if(isMobile){
|
if(isMobile){
|
||||||
|
|
Loading…
Reference in a new issue