Skip to content

Commit

Permalink
Size the window with respect to the window's frame size
Browse files Browse the repository at this point in the history
Size the window with respect to the window's frame size
  • Loading branch information
mmvanheusden authored Oct 23, 2022
2 parents 11b122d + cd817a8 commit 4e44cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const createWindow = () => {
resizable: false,
width: 430,
height: 590,
useContentSize: true,
maximizable: false,
webPreferences: {
nodeIntegration: true,
Expand Down

0 comments on commit 4e44cef

Please sign in to comment.