Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
justmarks authored Sep 4, 2020
1 parent 770e8b9 commit 3729fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let mainWindow
function createWindow () {
let {width, height} = require('electron').screen.getPrimaryDisplay().workAreaSize

//UPDATE the
//UPDATE THE WINDOW PARAMETERS TO MEET YOUR NEEDS
mainWindow = new BrowserWindow({
width: 500, // Width of the client window
height: 500, // Height of the client window
Expand Down Expand Up @@ -75,4 +75,4 @@ app.on('activate', function () {
// On macOS it's common to re-create a window in the app when the
// dock icon is clicked and there are no other windows open.
if (mainWindow === null) createWindow()
})
})

0 comments on commit 3729fa0

Please sign in to comment.