Skip to content

Commit

Permalink
chore: 앱 기본 크기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyunbak committed Nov 16, 2024
1 parent e85efb4 commit c6e6cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const createWindow = async (puppeteerBroswer: Browser) => {

mainWindow = new BrowserWindow({
show: false,
width: 1152,
height: 870,
width: 1024,
height: 768,
resizable: true,
icon: getAssetPath('icon.png'),
webPreferences: {
Expand Down

0 comments on commit c6e6cee

Please sign in to comment.