Add vertical padding to the picker entry list (#3769)

Marshall Bowers created

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

Change summary

crates/picker2/src/picker2.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/picker2/src/picker2.rs 🔗

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