From 302b31cf73b99bbcb853765db5c2d5e93533c6d9 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 13 Dec 2018 23:16:46 -0600 Subject: [PATCH] Layout changes --- electron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron.js b/electron.js index 38dbfce..167ba62 100644 --- a/electron.js +++ b/electron.js @@ -39,7 +39,7 @@ function createWindow() { // Create the browser window. const height = (process.env.ELECTRON_START_URL ? 364 : 344) - ((os.platform() === 'win32') || (os.platform() === 'darwin') ? 0 : 20); mainWindow = new BrowserWindow({ - width: 428 + (os.platform() === 'win32' ? 0 : 170), + width: 428 + (os.platform() === 'win32' ? 0 : 160), height: height, resizable: false, show: !launchHidden,