Add spacing to terminal tab bar buttons

This commit is contained in:
Kirill Bulatov 2023-12-23 02:29:33 +02:00
parent f03ee1ea24
commit a1915ce6c4

View file

@ -76,6 +76,7 @@ impl TerminalPanel {
pane.set_can_navigate(false, cx);
pane.set_render_tab_bar_buttons(cx, move |pane, cx| {
h_stack()
.gap_2()
.child(
IconButton::new("plus", Icon::Plus)
.icon_size(IconSize::Small)