Add vertical padding to the picker entry list (#3769)
This PR adds vertical padding to the list of picker entries. This prevents us from ending up with entries squished against the edges of the picker. Release Notes: - N/A
This commit is contained in:
parent
5307b75b2f
commit
4fb12cb348
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ impl<D: PickerDelegate> Render for Picker<D> {
|
|||
el.child(
|
||||
v_stack()
|
||||
.flex_grow()
|
||||
.py_2()
|
||||
.child(
|
||||
uniform_list(
|
||||
cx.view().clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue