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