Skip to content

Commit

Permalink
size the window with respect to the window frames size
Browse files Browse the repository at this point in the history
  • Loading branch information
AsciiJakob committed Oct 22, 2022
1 parent 11b122d commit cd817a8
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 cd817a8

Please sign in to comment.