diff options
Diffstat (limited to 'native/src/widget/container.rs')
-rw-r--r-- | native/src/widget/container.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/native/src/widget/container.rs b/native/src/widget/container.rs index 54117eb1..2f15573d 100644 --- a/native/src/widget/container.rs +++ b/native/src/widget/container.rs @@ -99,6 +99,10 @@ where self.width } + fn height(&self) -> Length { + self.height + } + fn layout( &self, renderer: &Renderer, |