Skip to content

Commit

Permalink
make min width 400px
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshankman committed Dec 18, 2023
1 parent a75d4fb commit 9969c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ const createWindow = async () => {
show: false,
width: 1024,
height: 1024,
minWidth: 360,
minWidth: 400,
icon: getAssetPath('icons/1024x1024.png'),
frame: false,
titleBarStyle: 'hidden',
Expand Down

0 comments on commit 9969c6f

Please sign in to comment.