Fixing header drag issue

This commit is contained in:
Jeffrey Morgan 2015-05-19 11:14:37 -07:00
parent 00b29799e3
commit 13d2f7ada8
1 changed files with 2 additions and 1 deletions

View File

@ -31,9 +31,10 @@ app.on('ready', function () {
height: size.height || 700,
'min-width': 1000,
'min-height': 700,
'standard-window': false,
resizable: true,
frame: false,
show: true
show: true,
});
mainWindow.loadUrl(path.normalize('file://' + path.join(__dirname, '..', 'build/index.html')));