Files
zed/crates/tab_switcher
Anthony Eid 2163580b16 Fix tab switcher spacing bug (#41329)
The tab switcher render matches calls each workspace item's
`Item::tab_content` function that can return an element of variable
size. Because the tab switcher was using a uniform list under the hood,
this would cause spacing issues when tab_contents elements had different
sizes.

The fix is by changing the picker to use a material list under the hood.

Release Notes:

- N/A
2025-10-28 03:00:55 -04:00
..
2025-10-28 03:00:55 -04:00
2025-10-17 18:58:14 +00:00
2024-03-27 11:15:08 -07:00