Skip to content

Commit

Permalink
feat: change window size
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Apr 28, 2023
1 parent 33e691b commit d9e9e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let selectedSchool

const createWindow = () => {
mainWindow = new BrowserWindow({
width: 800,
height: 600,
width: 900,
height: 800,
autoHideMenuBar: true,
webPreferences: {
preload: path.join(__dirname, 'preload.js')
Expand Down

0 comments on commit d9e9e93

Please # to comment.