Decrease the size of the branch picker icon (#32387)

<img width="323" alt="image"
src="https://github.com/user-attachments/assets/0060eaf3-35f9-4f0f-b9b6-e26ffad853c2"
/>

<img width="323" alt="image"
src="https://github.com/user-attachments/assets/57b66dae-2a74-401f-82c1-8fc730a98fb0
" />

Release Notes:

- Adjusted size of the icon inside the title bar's branch picker when
that's turned on.
This commit is contained in:
Ben Hamment
2025-06-09 11:08:53 -03:00
committed by GitHub
parent 8332e60ca9
commit 047a7f5d29
+1
View File
@@ -595,6 +595,7 @@ impl TitleBar {
.icon(IconName::GitBranch)
.icon_position(IconPosition::Start)
.icon_color(Color::Muted)
.icon_size(IconSize::Indicator)
},
),
)