Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 871504f

Browse files
chore: increase minimum window dimensions
1 parent 815d209 commit 871504f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ const createWindow = async () => {
7979
frame: false,
8080
width: 1024,
8181
height: 728,
82-
minWidth: 600,
83-
minHeight: 300,
82+
minWidth: 900,
83+
minHeight: 600,
8484
icon: getAssetPath('icon.png'),
8585
webPreferences: {
8686
sandbox: false,

0 commit comments

Comments
 (0)