Increase contact sheet resolution

This commit is contained in:
Stu Leak 2026-01-03 23:28:29 -05:00
parent 658331cd67
commit a7699c50dc

View File

@ -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