Ensure panes cover the available space

This commit is contained in:
Antonio Scandurra 2023-11-03 16:13:23 +01:00
parent 0edcec7c4e
commit b5c2cf371a
3 changed files with 6 additions and 4 deletions

View file

@ -44,6 +44,7 @@ impl Render for StatusBar {
.items_center()
.justify_between()
.w_full()
.h_8()
.bg(cx.theme().colors().status_bar)
.child(self.render_left_tools(cx))
.child(self.render_right_tools(cx))