Increasing width by 70px to have 3 columns of the AppStore.

Increasing width by 70px to have 3 columns of the AppStore.
This commit is contained in:
Michael Chiang 2015-11-09 21:09:01 -08:00
Родитель e03fece4a5
Коммит 50dbf5ee31
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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