Update toolbar.rs

This commit is contained in:
Nate Butler 2023-12-18 16:10:13 -05:00
parent 9cd8e99a9a
commit a286ec4650

View File

@ -108,6 +108,7 @@ impl Render for Toolbar {
.bg(cx.theme().colors().toolbar_background)
.child(
h_stack()
.justify_between()
.when(self.left_items().count() > 0, |this| {
this.child(
h_stack()