From 27f036042c29a50eb04e447b1894033fb757bd59 Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Tue, 20 Jan 2026 15:28:23 +0530 Subject: [PATCH] increase initial app dimensions --- apps/x/apps/main/src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/x/apps/main/src/main.ts b/apps/x/apps/main/src/main.ts index 2911fda5..92c1f1fc 100644 --- a/apps/x/apps/main/src/main.ts +++ b/apps/x/apps/main/src/main.ts @@ -69,8 +69,8 @@ function registerAppProtocol() { function createWindow() { const win = new BrowserWindow({ - width: 800, - height: 600, + width: 1280, + height: 800, webPreferences: { // IMPORTANT: keep Node out of renderer nodeIntegration: false,