Fix layout for wrapped row with spacing
This commit is contained in:
parent
6162850c78
commit
05d5e0739d
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ where
|
|||
intrinsic_size.width = intrinsic_size.width.max(x - spacing);
|
||||
}
|
||||
|
||||
intrinsic_size.height = (y - spacing).max(0.0) + row_height;
|
||||
intrinsic_size.height = y + row_height;
|
||||
align(row_start..children.len(), row_height, &mut children);
|
||||
|
||||
let size =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue