Skip to content

Commit

Permalink
Default window width: 800px -> 1024px
Browse files Browse the repository at this point in the history
  • Loading branch information
elimisteve committed Jun 26, 2016
1 parent 19b392d commit d072b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let mainWindow

function createWindow () {
// Create the browser window.
mainWindow = new BrowserWindow({width: 800, height: 600})
mainWindow = new BrowserWindow({width: 1024, height: 600})

// and load the index.html of the app.
mainWindow.loadURL(`file://${__dirname}/index.html`)
Expand Down

0 comments on commit d072b0f

Please sign in to comment.