Merge pull request #1198 from kitematic/change-width

Increasing width by 70px to have 3 columns of the AppStore.
This commit is contained in:
Michael Chiang 2015-11-09 21:25:58 -08:00
commit 8bb8146367
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if (process.platform === 'win32') {
app.on('ready', function () { app.on('ready', function () {
var mainWindow = new BrowserWindow({ var mainWindow = new BrowserWindow({
width: size.width || 1000, width: size.width || 1080,
height: size.height || 680, height: size.height || 680,
'min-width': os.platform() === 'win32' ? 400 : 700, 'min-width': os.platform() === 'win32' ? 400 : 700,
'min-height': os.platform() === 'win32' ? 260 : 500, 'min-height': os.platform() === 'win32' ? 260 : 500,