diff --git a/app/main.ts b/app/main.ts index 39ba247..2d0e13b 100644 --- a/app/main.ts +++ b/app/main.ts @@ -16,8 +16,8 @@ function createWindow(): BrowserWindow { win = new BrowserWindow({ x: 0, y: 0, - width: size.width, - height: size.height, + width: 650, + height: 700, webPreferences: { nodeIntegration: true, allowRunningInsecureContent: (serve) ? true : false,