From 67fc8ae650218cc2b7a7305b4a9d5835f581041b Mon Sep 17 00:00:00 2001 From: Quentin DECAUNES Date: Fri, 2 Aug 2019 16:20:59 +0200 Subject: [PATCH] fix: Wider window as there is a new tab. --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 2ba2817..355640e 100644 --- a/main.js +++ b/main.js @@ -149,8 +149,8 @@ if (!setupEvents.handleSquirrelEvent()) { // Create the browser window. mainWindow = new BrowserWindow({ - width: 800, - height: 720, + width: 1000, + height: 800, webPreferences: { nodeIntegration: true, webviewTag: true,