Fix Electron Icons & Fix Initial Sizing (#1544)
This commit is contained in:
parent
55254db206
commit
0cfc218f2c
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 192 KiB |
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue