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:
parent
3a87d24631
commit
84d39b3cda
|
|
@ -17,7 +17,7 @@ from PySide6.QtWidgets import (
|
|||
from ..core.api.base import Post
|
||||
|
||||
THUMB_SIZE = 180
|
||||
THUMB_SPACING = 8
|
||||
THUMB_SPACING = 2
|
||||
BORDER_WIDTH = 2
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue