From 50dbf5ee31c82077f379d22ff54b14288b341662 Mon Sep 17 00:00:00 2001 From: Michael Chiang Date: Mon, 9 Nov 2015 21:09:01 -0800 Subject: [PATCH] Increasing width by 70px to have 3 columns of the AppStore. Increasing width by 70px to have 3 columns of the AppStore. --- src/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser.js b/src/browser.js index 0288bb91..2ad5a389 100644 --- a/src/browser.js +++ b/src/browser.js @@ -43,7 +43,7 @@ if (process.platform === 'win32') { app.on('ready', function () { var mainWindow = new BrowserWindow({ - width: size.width || 1000, + width: size.width || 1080, height: size.height || 680, 'min-width': os.platform() === 'win32' ? 400 : 700, 'min-height': os.platform() === 'win32' ? 260 : 500,