diff options
Diffstat (limited to 'native/src/widget/radio.rs')
-rw-r--r-- | native/src/widget/radio.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/native/src/widget/radio.rs b/native/src/widget/radio.rs index b68919e5..c3405d1f 100644 --- a/native/src/widget/radio.rs +++ b/native/src/widget/radio.rs @@ -15,6 +15,10 @@ where Length::Fill } + fn height(&self) -> Length { + Length::Shrink + } + fn layout( &self, renderer: &Renderer, |