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.
|
// Create the browser window.
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 610,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: false,
|
nodeIntegration: false,
|
||||||
sandbox: true,
|
sandbox: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue