From fe493d1dabc8178258a8d0f3d7f45b4c74aa71cc Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sun, 30 Nov 2025 18:48:49 -0800 Subject: [PATCH] increase initial right sidebar width --- src/renderer/store/app.store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/store/app.store.ts b/src/renderer/store/app.store.ts index 05ae4a177..3f3e08f6a 100644 --- a/src/renderer/store/app.store.ts +++ b/src/renderer/store/app.store.ts @@ -103,7 +103,7 @@ export const useAppStore = createWithEqualityFn()( image: false, leftWidth: '400px', rightExpanded: false, - rightWidth: '400px', + rightWidth: '600px', }, titlebar: { backgroundColor: '#000000',