mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-12 05:27:07 +00:00
Add left side padding
This commit is contained in:
parent
c9893ce2fd
commit
2ae39b70c8
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ impl Render for Toolbar {
|
||||||
.when(self.left_items().count() > 0, |this| {
|
.when(self.left_items().count() > 0, |this| {
|
||||||
this.child(
|
this.child(
|
||||||
h_stack()
|
h_stack()
|
||||||
|
.p_1()
|
||||||
.flex_1()
|
.flex_1()
|
||||||
.justify_start()
|
.justify_start()
|
||||||
.children(self.left_items().map(|item| item.to_any())),
|
.children(self.left_items().map(|item| item.to_any())),
|
||||||
|
|
Loading…
Reference in a new issue