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 3eec577 commit 1ef3e89
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 @@ -32,6 +32,8 @@ const VITE_DEV_SERVER_URL = process.env['VITE_DEV_SERVER_URL']

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

0 comments on commit 1ef3e89

Please sign in to comment.