mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
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
@ -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…
Reference in New Issue
Block a user