Updated Radio layout/fns to match Checkbox
This commit is contained in:
parent
7565d294af
commit
863714602c
3 changed files with 66 additions and 19 deletions
|
|
@ -161,9 +161,8 @@ impl button::Renderer for Null {
|
|||
impl radio::Renderer for Null {
|
||||
type Style = ();
|
||||
|
||||
fn default_size(&self) -> u32 {
|
||||
20
|
||||
}
|
||||
const DEFAULT_SIZE: u16 = 20;
|
||||
const DEFAULT_SPACING: u16 = 15;
|
||||
|
||||
fn draw(
|
||||
&mut self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue