From a7699c50dc72439727eb76eea5318f7afabb4684 Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Sat, 3 Jan 2026 23:28:29 -0500 Subject: [PATCH] Increase contact sheet resolution --- thumb_module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thumb_module.go b/thumb_module.go index 39261bc..2d76092 100644 --- a/thumb_module.go +++ b/thumb_module.go @@ -203,7 +203,7 @@ func buildThumbView(state *appState) fyne.CanvasObject { if state.thumbContactSheet { // Contact sheet: count is determined by grid, use larger width for analyzable screenshots count = state.thumbColumns * state.thumbRows - width = 280 // Larger width for contact sheets to make screenshots analyzable (4x8 grid = ~1144x1416) + width = 360 // Larger width for contact sheets to improve readability when zooming description = fmt.Sprintf("Contact sheet: %dx%d grid (%d thumbnails)", state.thumbColumns, state.thumbRows, count) } else { // Individual thumbnails: use user settings