Add bound to Node constructor.
This commit is contained in:
parent
457d6f616a
commit
b72bd0b2b5
13 changed files with 25 additions and 20 deletions
|
|
@ -174,6 +174,7 @@ where
|
|||
|
||||
Node::with_children(
|
||||
Size::new(size.width + padding * 2.0, size.height + padding * 2.0),
|
||||
Size::ZERO,
|
||||
nodes,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue