diff options
Diffstat (limited to 'pure/src/widget')
-rw-r--r-- | pure/src/widget/container.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pure/src/widget/container.rs b/pure/src/widget/container.rs index 8ea9ca72..44ffff8c 100644 --- a/pure/src/widget/container.rs +++ b/pure/src/widget/container.rs @@ -156,6 +156,8 @@ where limits, self.width, self.height, + self.max_width, + self.max_height, self.padding, self.horizontal_alignment, self.vertical_alignment, |