Skip to content

Commit 9c6eb1c

Browse files
committed
Move new tab button to end
1 parent 5dfa193 commit 9c6eb1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

theterminal/src/main_surface.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ impl Render for MainSurface {
119119
div()
120120
.occlude()
121121
.flex()
122+
.flex_grow()
122123
.gap(px(2.))
123124
.content_stretch()
124125
.child(
@@ -179,6 +180,7 @@ impl Render for MainSurface {
179180
},
180181
),
181182
)
183+
.child(div().flex_grow())
182184
.child(
183185
button("new-tab-button")
184186
.child(icon("list-add".into()))

0 commit comments

Comments
 (0)