diff --git a/src/index.js b/src/index.js index efb3be737..a95b93c50 100644 --- a/src/index.js +++ b/src/index.js @@ -57,8 +57,8 @@ const createWindow = async () => { y: mainWindowState.y, width: mainWindowState.width, height: mainWindowState.height, - minWidth: 800, - minHeight: 600, + minWidth: 600, + minHeight: 400, titleBarStyle: 'hidden', backgroundColor: '#3498db', autoHideMenuBar: true,