tweak default height to 700

This commit is contained in:
CJ Pais 2025-08-02 10:28:17 -07:00
parent 5b19b8a479
commit ee5ab6e210

View file

@ -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 @@
]
}
}
}
}