Skip to content

Commit

Permalink
Merge 5c8ee85 into b462720
Browse files Browse the repository at this point in the history
  • Loading branch information
AllienWorks committed Jan 18, 2018
2 parents b462720 + 5c8ee85 commit 42eff4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ function initMainWindow() {

// Create the browser window.
mainWindow = new BrowserWindow({
// on Win, the width of app is few px smaller than it should be.
// this triggers smaller breakpoints
// this size should cause the same layout results on all OSes
// width: on Win, the width of app is few px smaller than it should be
// (this triggers smaller breakpoints) - this size should cause
// the same layout results on all OSes
// minWidth/minHeight: both need to be specified or none will work
width: 1270,
minWidth: 961,
maxWidth: 1920,
minWidth: 1270,
height: 675,
resizable: false,
minHeight: 675,
webPreferences: {
nodeIntegration: false,
sandbox: true,
Expand Down

0 comments on commit 42eff4e

Please sign in to comment.