tweak default height to 700
This commit is contained in:
parent
5b19b8a479
commit
ee5ab6e210
1 changed files with 4 additions and 6 deletions
|
|
@ -15,9 +15,9 @@
|
|||
{
|
||||
"title": "Handy",
|
||||
"width": 540,
|
||||
"height": 720,
|
||||
"height": 700,
|
||||
"minWidth": 540,
|
||||
"minHeight": 720,
|
||||
"minHeight": 700,
|
||||
"resizable": true,
|
||||
"maximizable": false
|
||||
}
|
||||
|
|
@ -30,9 +30,7 @@
|
|||
"active": true,
|
||||
"createUpdaterArtifacts": true,
|
||||
"targets": "all",
|
||||
"resources": [
|
||||
"resources/**/*"
|
||||
],
|
||||
"resources": ["resources/**/*"],
|
||||
"license": "MIT",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
|
|
@ -67,4 +65,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue