fixed section layout in landscape
This commit is contained in:
parent
a094ebeaf1
commit
4e70eb9870
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ class ThumbnailCollection extends StatelessWidget {
|
||||||
: CollectionListSliver(
|
: CollectionListSliver(
|
||||||
collection: collection,
|
collection: collection,
|
||||||
showHeader: showHeaders,
|
showHeader: showHeaders,
|
||||||
// TODO TLAD get more precise width, considering MediaQuery padding
|
scrollableWidth: mqSize.width - mqPadding.horizontal,
|
||||||
scrollableWidth: mqSize.width,
|
|
||||||
tileExtent: tileExtent,
|
tileExtent: tileExtent,
|
||||||
),
|
),
|
||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
|
|
Loading…
Reference in a new issue