grid: tighten thumbnail spacing from 8px to 2px

behavior change: THUMB_SPACING reduced from 8 to 2, making the grid
denser with less dead space between cells.
This commit is contained in:
pax 2026-04-09 21:18:00 -05:00
parent 3a87d24631
commit 84d39b3cda

View File

@ -17,7 +17,7 @@ from PySide6.QtWidgets import (
from ..core.api.base import Post from ..core.api.base import Post
THUMB_SIZE = 180 THUMB_SIZE = 180
THUMB_SPACING = 8 THUMB_SPACING = 2
BORDER_WIDTH = 2 BORDER_WIDTH = 2