aboutsummaryrefslogtreecommitdiffhomepage
path: root/desktop/main.js
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2018-02-16 15:12:09 +1300
committerDevine Lu Linvega <[email protected]>2018-02-16 15:12:09 +1300
commit212d09e86d0c8105436eec22c27b798475209274 (patch)
tree234a57790f986c39a20f9a32f0e7e3154dead24d /desktop/main.js
parentcd1177e57c488d58d301e55c7ba01c18449be7fd (diff)
downloadOrca-212d09e86d0c8105436eec22c27b798475209274.tar.gz
Orca-212d09e86d0c8105436eec22c27b798475209274.zip
Colorizing ports
Diffstat (limited to 'desktop/main.js')
-rw-r--r--desktop/main.js2
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`)