From 4fb12cb348e9c2f35d51ce4c73b329b148dc6f03 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 21 Dec 2023 22:36:15 -0500 Subject: [PATCH] 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 --- crates/picker2/src/picker2.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/picker2/src/picker2.rs b/crates/picker2/src/picker2.rs index 42b1d7433f..8dcc8b9698 100644 --- a/crates/picker2/src/picker2.rs +++ b/crates/picker2/src/picker2.rs @@ -252,6 +252,7 @@ impl Render for Picker { el.child( v_stack() .flex_grow() + .py_2() .child( uniform_list( cx.view().clone(),