From bd6343a753edf97d69241dfe510b86792275f38d Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 6 Apr 2020 14:50:10 +0100 Subject: [PATCH] Bigger default window --- app/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/app.js b/app/app.js index a94c22a7..17611117 100644 --- a/app/app.js +++ b/app/app.js @@ -143,8 +143,8 @@ function createWindow() { // Create the browser window. mainWindow = new BrowserWindow({ frame: !store.get("drawCustomTitleBar"), - width: 1124, - height: 800, + width: 1200, + height: 900, icon: path.join(__dirname, "/icons/png/64x64.png"), webPreferences: { nodeIntegration: true