Fix inconsistent thumbnail size

This commit is contained in:
Ming Ming 2021-05-29 02:20:56 +08:00
parent b2316f2378
commit 0a2686f047

View file

@ -295,7 +295,7 @@ class _AlbumViewerState extends State<AlbumViewer>
int get _thumbSize {
switch (_thumbZoomLevel) {
case 1:
return 192;
return 176;
case 2:
return 256;