Skip to content

Commit

Permalink
Merge pull request #31 from ma-ray/update-inital-size
Browse files Browse the repository at this point in the history
update initial window size
  • Loading branch information
ma-ray authored Jan 8, 2024
2 parents 3eec577 + 1ef3e89 commit c82c47f
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 c82c47f

Please sign in to comment.