summaryrefslogtreecommitdiffstats
path: root/native/src/widget/container.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/widget/container.rs')
-rw-r--r--native/src/widget/container.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/native/src/widget/container.rs b/native/src/widget/container.rs
index fd7a5ca5..5aed3121 100644
--- a/native/src/widget/container.rs
+++ b/native/src/widget/container.rs
@@ -15,6 +15,10 @@ where
self.width
}
+ fn height(&self) -> Length {
+ self.height
+ }
+
fn layout(
&self,
renderer: &Renderer,