summaryrefslogtreecommitdiffstats
path: root/style/src/scrollable.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
* Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
* Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-181-11/+2
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-8/+8
* Implement styling for `Scrollable`Libravatar Héctor Ramón Jiménez2020-01-061-0/+76