diff --git a/apps/code/src/main/window.ts b/apps/code/src/main/window.ts index 667b62e81..d5796c939 100644 --- a/apps/code/src/main/window.ts +++ b/apps/code/src/main/window.ts @@ -182,7 +182,7 @@ export function createWindow(): void { ...(savedState.y !== undefined && { y: savedState.y }), width: savedState.width, height: savedState.height, - minWidth: 1200, + minWidth: 800, minHeight: 600, backgroundColor: "#0a0a0a", ...platformWindowConfig,