From 0999f9ae9badbf97fc463a45ef03d6ce804dab41 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 17 Oct 2020 19:59:28 +0200 Subject: [PATCH] Make sure the initial screen size is bigger --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 4d74cac..7da8a5d 100644 --- a/main.js +++ b/main.js @@ -8,8 +8,8 @@ const frontendPath = 'frontend/' function createWindow() { // Create the browser window. const mainWindow = new BrowserWindow({ - width: 800, - height: 600, + width: 1680, + height: 960, webPreferences: { nodeIntegration: true, }