From a286ec46504093365f52abf5ad9f9c3838683d24 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Mon, 18 Dec 2023 16:10:13 -0500 Subject: [PATCH] Update toolbar.rs --- crates/workspace2/src/toolbar.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/workspace2/src/toolbar.rs b/crates/workspace2/src/toolbar.rs index df19ca4451..1c60b8967f 100644 --- a/crates/workspace2/src/toolbar.rs +++ b/crates/workspace2/src/toolbar.rs @@ -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()