adjust window height

This commit is contained in:
HorizonCode 2022-10-16 22:51:16 +02:00
parent 8d29bd6822
commit 72958950b7
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -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');