Fix Electron Icons & Fix Initial Sizing (#1544)

This commit is contained in:
William O'Beirne 2018-04-17 15:49:29 -04:00 committed by Daniel Ternyak
parent 55254db206
commit 0cfc218f2c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 192 KiB

View File

@ -18,7 +18,7 @@ export default function getWindow() {
title: APP_TITLE,
backgroundColor: '#fbfbfb',
width: 1220,
height: 680,
height: process.platform === 'darwin' ? 680 : 720,
minWidth: 480,
minHeight: 400,
titleBarStyle: 'hidden',