Fix max_width and max_height for Container
This commit is contained in:
parent
61fd5b0050
commit
7e5a5ae743
2 changed files with 13 additions and 1 deletions
|
|
@ -156,6 +156,8 @@ where
|
|||
limits,
|
||||
self.width,
|
||||
self.height,
|
||||
self.max_width,
|
||||
self.max_height,
|
||||
self.padding,
|
||||
self.horizontal_alignment,
|
||||
self.vertical_alignment,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue