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 a3a091b1..3dc764fe 100644 --- a/native/src/widget/radio.rs +++ b/native/src/widget/radio.rs @@ -82,6 +82,10 @@ where Length::Fill } + fn height(&self) -> Length { + Length::Shrink + } + fn layout( &self, renderer: &Renderer, |