mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-22 08:58:55 +00:00
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…
x
Reference in New Issue
Block a user