summaryrefslogtreecommitdiffstats
path: root/widget/src/stack.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set proper size boundaries for `limits` in `Stack::layout`Libravatar Héctor Ramón Jiménez2024-04-271-1/+2
|
* Respect `width` and `height` properties when `Stack` is emptyLibravatar Héctor Ramón Jiménez2024-04-271-1/+5
|
* Introduce `opaque` widget helperLibravatar Héctor Ramón Jiménez2024-04-251-1/+1
|
* Use `Limits::resolve` in `Stack` widgetLibravatar Héctor Ramón Jiménez2024-04-251-2/+3
|
* Fix documentation of `stack` moduleLibravatar Héctor Ramón Jiménez2024-04-251-1/+1
|
* Implement `Stack` widgetLibravatar Héctor Ramón Jiménez2024-04-251-0/+327
It can be used to stack elements on top of each other!