diff --git a/apps/stage-tamagotchi/src/main/windows/onboarding/index.ts b/apps/stage-tamagotchi/src/main/windows/onboarding/index.ts index 03f59f546..f59b7d6a0 100644 --- a/apps/stage-tamagotchi/src/main/windows/onboarding/index.ts +++ b/apps/stage-tamagotchi/src/main/windows/onboarding/index.ts @@ -34,8 +34,8 @@ export function setupOnboardingWindowManager(params: { const reusableWindow = createReusableWindow(async () => { const newWindow = new BrowserWindow({ title: 'Welcome to AIRI', - width: 1200, - height: 600, + width: 1000, + height: 650, minWidth: 400, minHeight: 500, show: false,