diff --git a/packages/ui/src/main/window/mainWindow.ts b/packages/ui/src/main/window/mainWindow.ts index a6f4d6c..791fc6d 100644 --- a/packages/ui/src/main/window/mainWindow.ts +++ b/packages/ui/src/main/window/mainWindow.ts @@ -6,8 +6,8 @@ export let mainWindow: BrowserWindow | null = null export function createMainWindow(): void { // Create the browser window. mainWindow = new BrowserWindow({ - width: 900, - height: 670, + width: 1024, + height: 640, show: false, autoHideMenuBar: true, ...(process.platform === 'linux'