ZIm/crates/file_finder/src
Finn Evers 50bd8770bd
file_finder: Reduce vertical padding in footer (#31632)
Follow-up to #31542

This PR reduces the vertical padding in the file finders footer. We can
remove this padding as we already apply it just above


a5a116439e/crates/file_finder/src/file_finder.rs (L1500)

This also ensures that the items on the right side have the same padding
to the border as the icon on the left side. Currently, due to the
padding being applied twice, the items on the right side have `pr_4` as
well as `py_4` in practice, which seems a little excessive.

| `main` | This PR |
| --- | --- |
|
![file_finder_main](https://github.com/user-attachments/assets/352d2ac9-04a9-487d-96ca-b009b797809b)
|
![file_finder_pr](https://github.com/user-attachments/assets/c0b44beb-ff2c-4e93-a5b1-2393652a2a58)
|


Release Notes:

- N/A
2025-05-28 21:29:51 +00:00
..
file_finder.rs file_finder: Reduce vertical padding in footer (#31632) 2025-05-28 21:29:51 +00:00
file_finder_settings.rs Properly handle ignored files in the file finder (#31542) 2025-05-27 18:34:28 +00:00
file_finder_tests.rs Properly handle ignored files in the file finder (#31542) 2025-05-27 18:34:28 +00:00
new_path_prompt.rs Reduce allocations (#30693) 2025-05-14 18:29:28 +02:00
open_path_prompt.rs Add icons to the built-in picker for Open (#30893) 2025-05-21 13:07:22 +03:00
open_path_prompt_tests.rs workspace: Add trailing / to directories on completion when using OpenPathPrompt (#25430) 2025-03-04 14:01:08 +08:00