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

update min dimensions

parent f9057e8a
......@@ -10,8 +10,8 @@ function createWindow () {
win = new BrowserWindow({
width: 1300,
height: 700,
minHeight: 590,
minWidth: 840,
minHeight: 700,
minWidth: 1300,
webPreferences: {
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