Update diagnostic status bar tool

This commit is contained in:
Nate Butler
2023-11-18 00:54:01 -05:00
parent 9969caf513
commit 101fe7fbb5
3 changed files with 30 additions and 40 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ impl StatusBar {
fn render_left_tools(&self, cx: &mut ViewContext<Self>) -> impl Component<Self> {
h_stack()
.items_center()
.gap_1()
.gap_2()
.children(self.left_items.iter().map(|item| item.to_any()))
}