diff --git a/src/main/index.js b/src/main/index.js index e731221..00304c5 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -22,7 +22,9 @@ function createWindow () { mainWindow = new BrowserWindow({ height: 563, useContentSize: true, - width: 1000 + width: 1000, + minHeight:600, + minWidth:400, }) mainWindow.loadURL(winURL)