diff options
author | Devine Lu Linvega <[email protected]> | 2018-10-16 08:35:30 +1200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-10-16 08:35:30 +1200 |
commit | b6560280f48f34610414f90fd9219e73b6cc319b (patch) | |
tree | 5adc96ec30530ed25f3a9dbe06aa3772e249a67a /desktop/main.js | |
parent | 3300c3ca6a9773111ec597fc40663163ef98e994 (diff) | |
download | Orca-b6560280f48f34610414f90fd9219e73b6cc319b.tar.gz Orca-b6560280f48f34610414f90fd9219e73b6cc319b.zip |
Implemented resize on load
Diffstat (limited to 'desktop/main.js')
-rw-r--r-- | desktop/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/main.js b/desktop/main.js index c82d36b..438785b 100644 --- a/desktop/main.js +++ b/desktop/main.js @@ -11,8 +11,8 @@ app.on('ready', () => { app.win = new BrowserWindow({ width: 510, height: 510, - minWidth: 510, - minHeight: 510, + minWidth: 320, + minHeight: 320, frame: false, autoHideMenuBar: true, backgroundColor: '#000000', |