summaryrefslogtreecommitdiffstats
path: root/style/src/menu.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify theming for `PickList`, `ComboBox`, and `Menu` widgetsLibravatar Héctor Ramón Jiménez2024-03-061-26/+0
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-201-7/+3
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-231-2/+2
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-0/+11
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-2/+2
* feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger2022-08-021-0/+1
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-071-12/+5
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-2/+2
* Add styling support for `ComboBox` and `Menu`Libravatar Héctor Ramón Jiménez2020-07-081-0/+25