Merge branch 'gpui2' into zed2
This commit is contained in:
commit
bb35583998
19 changed files with 115 additions and 60 deletions
|
@ -60,7 +60,7 @@ impl<S: 'static + Send + Sync> Modal<S> {
|
|||
.border_b()
|
||||
.border_color(color.border)
|
||||
.child(div().children(self.title.clone().map(|t| Label::new(t))))
|
||||
.child(IconButton::new(Icon::Close)),
|
||||
.child(IconButton::new("close", Icon::Close)),
|
||||
)
|
||||
.child(v_stack().p_1().children(self.children.drain(..)))
|
||||
.when(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue