From 047a7f5d290448e026731123e912f8621c806031 Mon Sep 17 00:00:00 2001 From: Ben Hamment Date: Mon, 9 Jun 2025 15:08:53 +0100 Subject: [PATCH] Decrease the size of the branch picker icon (#32387) image image Release Notes: - Adjusted size of the icon inside the title bar's branch picker when that's turned on. --- crates/title_bar/src/title_bar.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index 344556d60df8a88a3a78f79f2bdf310ac666b3c0..246d46c7daa9f98e081df6ddf0086e5c0dddac74 100644 --- a/crates/title_bar/src/title_bar.rs +++ b/crates/title_bar/src/title_bar.rs @@ -595,6 +595,7 @@ impl TitleBar { .icon(IconName::GitBranch) .icon_position(IconPosition::Start) .icon_color(Color::Muted) + .icon_size(IconSize::Indicator) }, ), )