Fixed a small pixel width issue on pick_list
This commit is contained in:
parent
818ae4977a
commit
5bc37f10e2
1 changed files with 1 additions and 4 deletions
|
|
@ -281,10 +281,7 @@ where
|
|||
|
||||
renderer.fill_quad(
|
||||
renderer::Quad {
|
||||
bounds: Rectangle {
|
||||
width: bounds.width - 1.0,
|
||||
..bounds
|
||||
},
|
||||
bounds,
|
||||
border_color: appearance.border_color,
|
||||
border_width: appearance.border_width,
|
||||
border_radius: appearance.border_radius.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue