From 7ca75e859e7fa5f0f313b047737a5441421bf8b3 Mon Sep 17 00:00:00 2001 From: Amelia Frost Date: Sun, 5 Apr 2026 21:14:43 -0700 Subject: [PATCH] Lower the width of the about window --- src/native/about.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/about.ts b/src/native/about.ts index 03dcfc1..5cd6f22 100644 --- a/src/native/about.ts +++ b/src/native/about.ts @@ -12,7 +12,7 @@ export function createAboutWindow() { aboutWindow = new BrowserWindow({ minWidth: 300, minHeight: 300, - width: 1280, + width: 1024, height: 720, center: true, backgroundColor: "#191919",