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,