Ensure panes cover the available space
This commit is contained in:
parent
0edcec7c4e
commit
b5c2cf371a
3 changed files with 6 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue