Skip to content

Commit

Permalink
fix: adjust window size to fit content
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieweavis committed Mar 3, 2021
1 parent 83968fe commit 77e96de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/main.ts
Expand Up @@ -15,8 +15,8 @@ const bootstrap = (): void => {

const createPreferencesWindow = (): void => {
preferencesWindow = new BrowserWindow({
width: 290,
height: 535,
width: 300,
height: 625,
show: false,
resizable: false,
maximizable: false,
Expand Down

0 comments on commit 77e96de

Please sign in to comment.