Adjust initial window size
This commit is contained in:
parent
0839a358d3
commit
9f47ff9040
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -44,7 +44,7 @@ function createWindow () {
|
|||
// Create the browser window.
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 800,
|
||||
height: 600,
|
||||
height: 610,
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
sandbox: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue