Commit 54be676f authored by Andreas Heimann's avatar Andreas Heimann

update min dimensions

parent f9057e8a
...@@ -10,8 +10,8 @@ function createWindow () { ...@@ -10,8 +10,8 @@ function createWindow () {
win = new BrowserWindow({ win = new BrowserWindow({
width: 1300, width: 1300,
height: 700, height: 700,
minHeight: 590, minHeight: 700,
minWidth: 840, minWidth: 1300,
webPreferences: { webPreferences: {
nodeIntegration: true nodeIntegration: true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment