From 0cfcc89edf11cfe697693075feb679aa25d796a8 Mon Sep 17 00:00:00 2001 From: tusharmagar Date: Thu, 12 Feb 2026 17:22:19 +0530 Subject: [PATCH] fix: adjust spacing in title bar --- apps/x/apps/renderer/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/x/apps/renderer/src/App.tsx b/apps/x/apps/renderer/src/App.tsx index 560df891..6e5f3d21 100644 --- a/apps/x/apps/renderer/src/App.tsx +++ b/apps/x/apps/renderer/src/App.tsx @@ -125,7 +125,7 @@ const graphPalette = [ { hue: 0, sat: 72, light: 52 }, ] -const MACOS_TRAFFIC_LIGHTS_RESERVED_PX = 12 + 12 * 3 + 8 * 2 +const MACOS_TRAFFIC_LIGHTS_RESERVED_PX = 16 + 12 * 3 + 8 * 2 const TITLEBAR_BUTTON_PX = 32 const TITLEBAR_BUTTON_GAP_PX = 4 const TITLEBAR_HEADER_GAP_PX = 8