Update diagnostic status bar tool
This commit is contained in:
@@ -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()))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user