mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 02:57:34 +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| {
|
||||
this.child(
|
||||
h_stack()
|
||||
.p_1()
|
||||
.flex_1()
|
||||
.justify_start()
|
||||
.children(self.left_items().map(|item| item.to_any())),
|
||||
|
|
Loading…
Reference in a new issue