summaryrefslogtreecommitdiffstats
path: root/native/src/widget/svg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/widget/svg.rs')
-rw-r--r--native/src/widget/svg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/svg.rs b/native/src/widget/svg.rs
index 9580f195..25587ffa 100644
--- a/native/src/widget/svg.rs
+++ b/native/src/widget/svg.rs
@@ -30,7 +30,7 @@ impl Svg {
Svg {
handle: handle.into(),
width: Length::Fill,
- height: Length::Fill,
+ height: Length::Shrink,
}
}