Skip to content

Commit 2521621

Browse files
committed
feat(App): Decrease minimum window size to 600px width
Closes #239
1 parent 6456fd4 commit 2521621

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ const createWindow = async () => {
5757
y: mainWindowState.y,
5858
width: mainWindowState.width,
5959
height: mainWindowState.height,
60-
minWidth: 800,
61-
minHeight: 600,
60+
minWidth: 600,
61+
minHeight: 400,
6262
titleBarStyle: 'hidden',
6363
backgroundColor: '#3498db',
6464
autoHideMenuBar: true,

0 commit comments

Comments
 (0)