zed/crates/search
Petros Amoiridis 81ece4fd44
Deduplicate tab theme related code
We've noticed that the search theme struct had two fields for a tab icon width and spacing. But we already have those in the tab theme struct. We decided to remove the duplicate and reuse the tab fields.

We also wanted to move where the spacing is being used. Instead of doing it at the left of the label, we do it at the right of the icon to match how it is done in other areas of the UI.

Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
2023-02-22 20:28:57 +02:00
..
src Deduplicate tab theme related code 2023-02-22 20:28:57 +02:00
Cargo.toml Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00