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:
Marshall Bowers 2023-12-21 22:36:15 -05:00 committed by GitHub
parent 5307b75b2f
commit 4fb12cb348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),