Fix max_width and max_height for Container

This commit is contained in:
Héctor Ramón Jiménez 2022-07-18 19:59:38 +02:00
parent 61fd5b0050
commit 7e5a5ae743
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 13 additions and 1 deletions

View file

@ -156,6 +156,8 @@ where
limits,
self.width,
self.height,
self.max_width,
self.max_height,
self.padding,
self.horizontal_alignment,
self.vertical_alignment,