Add spacing to terminal tab bar buttons
This commit is contained in:
parent
f03ee1ea24
commit
a1915ce6c4
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ impl TerminalPanel {
|
||||||
pane.set_can_navigate(false, cx);
|
pane.set_can_navigate(false, cx);
|
||||||
pane.set_render_tab_bar_buttons(cx, move |pane, cx| {
|
pane.set_render_tab_bar_buttons(cx, move |pane, cx| {
|
||||||
h_stack()
|
h_stack()
|
||||||
|
.gap_2()
|
||||||
.child(
|
.child(
|
||||||
IconButton::new("plus", Icon::Plus)
|
IconButton::new("plus", Icon::Plus)
|
||||||
.icon_size(IconSize::Small)
|
.icon_size(IconSize::Small)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue