summaryrefslogtreecommitdiffstats
path: root/native/src/widget/container.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make `width` and `height` required methodsLibravatar Héctor Ramón Jiménez2019-11-161-0/+4
|
* Loosen `layout::Limits` for `Container` childrenLibravatar Héctor Ramón Jiménez2019-11-131-1/+1
|
* Remove `padding` from `Container` for nowLibravatar Héctor Ramón Jiménez2019-11-111-4/+1
|
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-111-0/+93
Remove `align_self` and `justify_content` methods