diff options
Diffstat (limited to '')
-rw-r--r-- | native/src/widget/space.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/space.rs b/native/src/widget/space.rs index 899c258e..24c94bf6 100644 --- a/native/src/widget/space.rs +++ b/native/src/widget/space.rs @@ -62,7 +62,7 @@ where ) -> layout::Node { let limits = limits.width(self.width).height(self.height); - layout::Node::new(limits.resolve(Size::ZERO), Size::ZERO) + layout::Node::new(limits.resolve(Size::ZERO)) } fn draw( |