feat: allow specification of border_radius for pick_list::Menu
This commit is contained in:
parent
c44267b85f
commit
0c13af179f
3 changed files with 4 additions and 2 deletions
|
|
@ -273,7 +273,7 @@ where
|
|||
},
|
||||
border_color: appearance.border_color,
|
||||
border_width: appearance.border_width,
|
||||
border_radius: 0.0,
|
||||
border_radius: appearance.border_radius,
|
||||
},
|
||||
appearance.background,
|
||||
);
|
||||
|
|
@ -461,7 +461,7 @@ where
|
|||
bounds,
|
||||
border_color: Color::TRANSPARENT,
|
||||
border_width: 0.0,
|
||||
border_radius: 0.0,
|
||||
border_radius: appearance.border_radius,
|
||||
},
|
||||
appearance.selected_background,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue