Skip to content

Commit

Permalink
Adjust default window height
Browse files Browse the repository at this point in the history
  • Loading branch information
teampanfu committed Oct 18, 2023
1 parent 2f470fb commit f3b1d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (!gotTheLock) {
const createWindow = () => {
const mainWindowState = windowStateKeeper({
defaultWidth: 1040,
defaultHeight: 770,
defaultHeight: 730,
});

const mainWindow = new BrowserWindow({
Expand Down

0 comments on commit f3b1d99

Please sign in to comment.