Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Fixing header drag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed May 19, 2015
1 parent 00b2979 commit 13d2f7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')));
Expand Down

0 comments on commit 13d2f7a

Please sign in to comment.