Skip to content

Commit 4f6b21c

Browse files
tweak(ui): boards panel default size
1 parent 9c0d357 commit 4f6b21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/gallery/components/GalleryPanelContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const GalleryPanelContent = () => {
3333
() => ({
3434
id: 'boards-list-panel',
3535
minSize: 128,
36-
defaultSize: 208,
36+
defaultSize: 256,
3737
imperativePanelGroupRef,
3838
panelGroupDirection: 'vertical',
3939
}),

0 commit comments

Comments
 (0)