linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.44k stars 569 forks source link

RadioGroup size and padding #2400

Open josefc12 opened 2 months ago

josefc12 commented 2 months ago

With this you can change the size of the radio group's radios by passing 'size' and 'padding'. The 'size' adjusts the scaling generally for the button and the label. Padding sets the distance from the button to the label.

josefc12 commented 2 months ago

I'm very sorry about the commits