Skip to content

Commit

Permalink
Merge pull request #73 from Mark-Waskewicz/styles-tester
Browse files Browse the repository at this point in the history
Added main window size
  • Loading branch information
Mark-Washkewicz authored Dec 7, 2020
2 parents 735da18 + 4f1960e commit faf9cd4
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 @@ -5,7 +5,7 @@ let mainWindow = null

function main() {
// express
mainWindow = new BrowserWindow()
mainWindow = new BrowserWindow({ width: 1200, height: 800 })
mainWindow.loadURL(`http://localhost:8080/`)
mainWindow.on('close', event => {
mainWindow = null
Expand Down

0 comments on commit faf9cd4

Please sign in to comment.