mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Fix inconsistent thumbnail size
This commit is contained in:
parent
b2316f2378
commit
0a2686f047
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class _AlbumViewerState extends State<AlbumViewer>
|
|||
int get _thumbSize {
|
||||
switch (_thumbZoomLevel) {
|
||||
case 1:
|
||||
return 192;
|
||||
return 176;
|
||||
|
||||
case 2:
|
||||
return 256;
|
||||
|
|
Loading…
Reference in a new issue