Merge pull request #2202 from zed-industries/petros/z-86-replace-terminal-tab-title-with-an-icon

Replace terminal tab title with an icon
This commit is contained in:
Petros Amoiridis 2023-02-23 11:04:43 +02:00 committed by GitHub
commit 9a729a2e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 11 deletions

View file

@ -257,8 +257,6 @@ pub struct Search {
pub match_background: Color,
pub match_index: ContainedText,
pub results_status: TextStyle,
pub tab_icon_width: f32,
pub tab_icon_spacing: f32,
pub dismiss_button: Interactive<IconButton>,
}