From 72958950b79a6084a0ad3e217b1c1bb2263b773e Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Sun, 16 Oct 2022 22:51:16 +0200 Subject: [PATCH] adjust window height --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index ef8bd2f..4956cf6 100644 --- a/app.js +++ b/app.js @@ -116,7 +116,7 @@ async function doUpdateCheck(window) { function createWindow() { // Create the browser window. - const win = windowManager.createWindow(520, 420); + const win = windowManager.createWindow(520, 350); win.loadFile('./html/index.html');