Progress on diagnostic multibuffer
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
03ebf0a5a9
commit
2bf48872b6
3 changed files with 71 additions and 11 deletions
|
@ -267,6 +267,7 @@ impl RenderOnce for ButtonLike {
|
|||
fn render(self, cx: &mut WindowContext) -> Self::Rendered {
|
||||
h_stack()
|
||||
.id(self.id.clone())
|
||||
.group("")
|
||||
.flex_none()
|
||||
.h(self.size.height())
|
||||
.when_some(self.width, |this, width| this.w(width))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue