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",
|
"title": "Handy",
|
||||||
"width": 540,
|
"width": 540,
|
||||||
"height": 720,
|
"height": 700,
|
||||||
"minWidth": 540,
|
"minWidth": 540,
|
||||||
"minHeight": 720,
|
"minHeight": 700,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"maximizable": false
|
"maximizable": false
|
||||||
}
|
}
|
||||||
|
|
@ -30,9 +30,7 @@
|
||||||
"active": true,
|
"active": true,
|
||||||
"createUpdaterArtifacts": true,
|
"createUpdaterArtifacts": true,
|
||||||
"targets": "all",
|
"targets": "all",
|
||||||
"resources": [
|
"resources": ["resources/**/*"],
|
||||||
"resources/**/*"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue