Adjust tab icon size

This commit is contained in:
Danilo Leal 2025-08-12 17:11:19 -03:00
parent 0b47c5cdce
commit 2dab8a5586

View file

@ -2539,7 +2539,7 @@ impl Pane {
.shape(IconButtonShape::Square)
.icon_color(Color::Muted)
.size(ButtonSize::None)
.icon_size(IconSize::Small)
.icon_size(IconSize::XSmall)
.on_click(cx.listener(move |pane, _, window, cx| {
pane.close_item_by_id(item_id, SaveIntent::Close, window, cx)
.detach_and_log_err(cx);