change default window size

This commit is contained in:
MathieuG-P
2022-06-11 21:48:23 +02:00
parent e8c93d6835
commit 5d09549b67
+2 -2
View File
@@ -72,8 +72,8 @@ const createWindow = async () => {
mainWindow = new BrowserWindow({
show: false,
width: 1024,
height: 728,
width: 1080,
height: 720,
minWidth: 900,
minHeight: 500,
frame: false,