From ffd0ef87f9cc47351e03a2f4c44972a06ef2a0f7 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 2 Nov 2018 23:38:16 +0000 Subject: [PATCH] Adjust window size --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 0070999..845cd43 100644 --- a/main.js +++ b/main.js @@ -38,7 +38,7 @@ function createWindow () { Menu.setApplicationMenu(Menu.buildFromTemplate(template)); // Create the browser window. - mainWindow = new BrowserWindow({width: 1120, height: 700, icon: 'images/bwk-white-square.png'}) + mainWindow = new BrowserWindow({width: 1280, height: 720, icon: 'images/bwk-white-square.png'}) // and load the index.html of the app. mainWindow.loadURL(url.format({