mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 11:11:30 +00:00
Update toolbar.rs
This commit is contained in:
parent
9cd8e99a9a
commit
a286ec4650
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ impl Render for Toolbar {
|
||||||
.bg(cx.theme().colors().toolbar_background)
|
.bg(cx.theme().colors().toolbar_background)
|
||||||
.child(
|
.child(
|
||||||
h_stack()
|
h_stack()
|
||||||
|
.justify_between()
|
||||||
.when(self.left_items().count() > 0, |this| {
|
.when(self.left_items().count() > 0, |this| {
|
||||||
this.child(
|
this.child(
|
||||||
h_stack()
|
h_stack()
|
||||||
|
|
Loading…
Reference in a new issue