We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6456fd4 commit 2521621Copy full SHA for 2521621
1 file changed
src/index.js
@@ -57,8 +57,8 @@ const createWindow = async () => {
57
y: mainWindowState.y,
58
width: mainWindowState.width,
59
height: mainWindowState.height,
60
- minWidth: 800,
61
- minHeight: 600,
+ minWidth: 600,
+ minHeight: 400,
62
titleBarStyle: 'hidden',
63
backgroundColor: '#3498db',
64
autoHideMenuBar: true,
0 commit comments