About window: increase size slightly

This commit is contained in:
Feross Aboukhadijeh
2016-03-26 23:39:38 -07:00
parent 6bf71faba4
commit f03fac7446

View File

@@ -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,