diff --git a/src/main/windows/inboxWindow.ts b/src/main/windows/inboxWindow.ts index 11f364a..aadac7f 100644 --- a/src/main/windows/inboxWindow.ts +++ b/src/main/windows/inboxWindow.ts @@ -22,8 +22,8 @@ export function createInboxWindow(opts: { visible?: boolean } = {}): BrowserWind } inboxWindow = new BrowserWindow({ - width: 1200, - height: 800, + width: 1440, + height: 900, show: false, webPreferences: { preload: join(__dirname, '../preload/index.js'),