tablet: fixed initial thumbnail size
This commit is contained in:
parent
e229b59bd4
commit
440bad1734
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class TileExtentController {
|
|||
final targetExtent = preferredExtent > 0 ? preferredExtent : extentNotifier.value;
|
||||
|
||||
final columnCount = _effectiveColumnCountForExtent(targetExtent);
|
||||
final newExtent = _extentForColumnCount(columnCount);
|
||||
final newExtent = _extentForColumnCount(columnCount).clamp(effectiveExtentMin, effectiveExtentMax);
|
||||
|
||||
if (this.userPreferredExtent != preferredExtent) {
|
||||
this.userPreferredExtent = preferredExtent;
|
||||
|
|
Loading…
Reference in a new issue