summaryrefslogtreecommitdiffstats
path: root/style/src/scrollable.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-1/+11
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-4/+4
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-071-45/+6
* 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