summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/src/style.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-201-0/+1
| | | | Instead, always use a `StyleSheet`.
* Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-2/+2
|
* Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-2/+2
|
* Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-181-2/+2
|
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-6/+6
|
* Reduce contrast of dark theme in `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-241-39/+37
|
* Improve minor details in `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-241-0/+192
- Rename `Config` to `Variant` - Include `State` in `Variant` to avoid `zip` - Break long string literal - Split `style` module into its own file