mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
opt player bottom bar
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -415,7 +415,7 @@ class RenderImageGrid extends RenderBox
|
||||
while (child != null) {
|
||||
final childParentData = child.parentData as MultiChildLayoutParentData;
|
||||
final index = childParentData.id as int;
|
||||
child.layout(itemConstraints, parentUsesSize: true);
|
||||
child.layout(itemConstraints);
|
||||
childParentData.offset = Offset(
|
||||
(space + width) * (index % column),
|
||||
(space + height) * (index ~/ column),
|
||||
|
||||
Reference in New Issue
Block a user