Use default padding of TextInput in ComboBox
This commit is contained in:
parent
14fb723eec
commit
9eb2889d09
2 changed files with 5 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ where
|
|||
on_input: None,
|
||||
on_blur: None,
|
||||
menu_style: Default::default(),
|
||||
padding: Padding::new(0.0),
|
||||
padding: text_input::DEFAULT_PADDING,
|
||||
size: None,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue