Skip to content

Commit

Permalink
Adjust window size
Browse files Browse the repository at this point in the history
  • Loading branch information
FF899F committed Nov 2, 2018
1 parent 3159cd1 commit ffd0ef8
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 @@ -38,7 +38,7 @@ function createWindow () {
Menu.setApplicationMenu(Menu.buildFromTemplate(template));

// Create the browser window.
mainWindow = new BrowserWindow({width: 1120, height: 700, icon: 'images/bwk-white-square.png'})
mainWindow = new BrowserWindow({width: 1280, height: 720, icon: 'images/bwk-white-square.png'})

// and load the index.html of the app.
mainWindow.loadURL(url.format({
Expand Down

0 comments on commit ffd0ef8

Please sign in to comment.