size the window with respect to the window frames size

This commit is contained in:
jakobjakobjakob2
2022-10-22 15:32:06 +02:00
parent 11b122d5b7
commit cd817a8b8f

View File

@@ -7,6 +7,7 @@ const createWindow = () => {
resizable: false,
width: 430,
height: 590,
useContentSize: true,
maximizable: false,
webPreferences: {
nodeIntegration: true,