summaryrefslogtreecommitdiffstats
path: root/style/src/menu.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-06Simplify theming for `PickList`, `ComboBox`, and `Menu` widgetsLibravatar Héctor Ramón Jiménez1-26/+0
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-7/+3
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm1-2/+2
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-0/+11
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-08-02feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger1-0/+1
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez1-12/+5
2020-11-23Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez1-2/+2
2020-07-08Add styling support for `ComboBox` and `Menu`Libravatar Héctor Ramón Jiménez1-0/+25