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