summaryrefslogtreecommitdiffstats
path: root/style/src/menu.rs
diff options
context:
space:
mode:
authorLibravatar Nick Senger <nicks@lich.io>2022-08-02 16:03:29 -0700
committerLibravatar Nick Senger <nicks@lich.io>2022-08-02 16:16:06 -0700
commit0c13af179ff72ee27bea48e394a16cfc14257163 (patch)
tree63942d05122b24f29519a1ce2bade68308640a62 /style/src/menu.rs
parentc44267b85f7aaa2997e3caf1323b837d95818c22 (diff)
downloadiced-0c13af179ff72ee27bea48e394a16cfc14257163.tar.gz
iced-0c13af179ff72ee27bea48e394a16cfc14257163.tar.bz2
iced-0c13af179ff72ee27bea48e394a16cfc14257163.zip
feat: allow specification of `border_radius` for `pick_list::Menu`
Diffstat (limited to 'style/src/menu.rs')
-rw-r--r--style/src/menu.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/style/src/menu.rs b/style/src/menu.rs
index b1dd5ea0..6ef3e2a2 100644
--- a/style/src/menu.rs
+++ b/style/src/menu.rs
@@ -6,6 +6,7 @@ pub struct Appearance {
pub text_color: Color,
pub background: Background,
pub border_width: f32,
+ pub border_radius: f32,
pub border_color: Color,
pub selected_text_color: Color,
pub selected_background: Background,