From 203d05828016a4338527879fade960350e56373f Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 26 Mar 2016 23:39:38 -0700 Subject: [PATCH] About window: increase size slightly --- main/windows.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/windows.js b/main/windows.js index 03edb7cc..216b39e3 100644 --- a/main/windows.js +++ b/main/windows.js @@ -27,8 +27,8 @@ function createAboutWindow () { ? 'About ' + config.APP_WINDOW_TITLE : '', useContentSize: true, // Specify web page size without OS chrome - width: 290, - height: 160, + width: 300, + height: 170, minimizable: false, maximizable: false, fullscreen: false,