Merge pull request #1679 from casperstorm/pick_list/width
Fixed a 1-pixel width issue on `pick_list`
This commit is contained in:
commit
b9028b2619
1 changed files with 1 additions and 4 deletions
|
|
@ -281,10 +281,7 @@ where
|
||||||
|
|
||||||
renderer.fill_quad(
|
renderer.fill_quad(
|
||||||
renderer::Quad {
|
renderer::Quad {
|
||||||
bounds: Rectangle {
|
bounds,
|
||||||
width: bounds.width - 1.0,
|
|
||||||
..bounds
|
|
||||||
},
|
|
||||||
border_color: appearance.border_color,
|
border_color: appearance.border_color,
|
||||||
border_width: appearance.border_width,
|
border_width: appearance.border_width,
|
||||||
border_radius: appearance.border_radius.into(),
|
border_radius: appearance.border_radius.into(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue