Fix max_height for Scrollable
This commit is contained in:
parent
7e5a5ae743
commit
cdd3802e68
2 changed files with 4 additions and 1 deletions
|
|
@ -133,6 +133,7 @@ where
|
|||
limits,
|
||||
Widget::<Message, Renderer>::width(self),
|
||||
self.height,
|
||||
u32::MAX,
|
||||
|renderer, limits| {
|
||||
self.content.as_widget().layout(renderer, limits)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue