linebender / druid

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

RadioGroup size and padding #2400

Closed josefc12 closed 3 months ago

josefc12 commented 6 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 6 months ago

I'm very sorry about the commits