diff options
author | Devine Lu Linvega <[email protected]> | 2018-02-16 15:12:09 +1300 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-02-16 15:12:09 +1300 |
commit | 212d09e86d0c8105436eec22c27b798475209274 (patch) | |
tree | 234a57790f986c39a20f9a32f0e7e3154dead24d /desktop/main.js | |
parent | cd1177e57c488d58d301e55c7ba01c18449be7fd (diff) | |
download | Orca-212d09e86d0c8105436eec22c27b798475209274.tar.gz Orca-212d09e86d0c8105436eec22c27b798475209274.zip |
Colorizing ports
Diffstat (limited to 'desktop/main.js')
-rw-r--r-- | desktop/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/main.js b/desktop/main.js index 5ac4b47..69e94de 100644 --- a/desktop/main.js +++ b/desktop/main.js @@ -31,7 +31,7 @@ app.win = null; app.on('ready', () => { - app.win = new BrowserWindow({width: 700, height: 700, minWidth:700, minHeight:700, frame:false, autoHideMenuBar: true,backgroundColor: '#000000', resizable:true, autoHideMenuBar: true,icon: __dirname + '/icon.ico'}) + app.win = new BrowserWindow({width: 510, height: 510, minWidth:510, minHeight:510, frame:false, autoHideMenuBar: true,backgroundColor: '#000000', resizable:true, autoHideMenuBar: true,icon: __dirname + '/icon.ico'}) app.win.loadURL(`file://${__dirname}/sources/index.html`) |