Draft nodes for missing widgets
This commit is contained in:
parent
8834772fa7
commit
655978f480
16 changed files with 191 additions and 36 deletions
|
|
@ -40,7 +40,10 @@ impl<'a, Message> Widget<Message> for Row<'a, Message> {
|
|||
.map(|element| element.widget.node(bump, publish))
|
||||
.collect();
|
||||
|
||||
div(bump).children(children).finish()
|
||||
div(bump)
|
||||
.attr("style", "display: flex; flex-direction: row")
|
||||
.children(children)
|
||||
.finish()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue