Status bar: Reduce right tools lateral margin (#21329)
Closes #21316 | Before | After | |--------|-------| | | | Changes: changed `Base08` to `Base04` in `render_right_tools` Release Notes: - N/A
This commit is contained in:
parent
a593a04da4
commit
de55bd8307
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ impl StatusBar {
|
||||||
|
|
||||||
fn render_right_tools(&self, cx: &mut ViewContext<Self>) -> impl IntoElement {
|
fn render_right_tools(&self, cx: &mut ViewContext<Self>) -> impl IntoElement {
|
||||||
h_flex()
|
h_flex()
|
||||||
.gap(DynamicSpacing::Base08.rems(cx))
|
.gap(DynamicSpacing::Base04.rems(cx))
|
||||||
.children(self.right_items.iter().rev().map(|item| item.to_any()))
|
.children(self.right_items.iter().rev().map(|item| item.to_any()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue