Skip to content

Commit

Permalink
update initial window size
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-ray committed Jan 8, 2024
1 parent 5befe52 commit 2a5f997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export const store = new Store()

function createWindow() {
win = new BrowserWindow({
width: 1200,
height: 800,
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
spellcheck: false,
Expand Down

0 comments on commit 2a5f997

Please sign in to comment.