Merge pull request #1679 from casperstorm/pick_list/width

Fixed a 1-pixel width issue on `pick_list`
This commit is contained in:
Héctor Ramón 2023-01-28 18:37:27 +01:00 committed by GitHub
commit b9028b2619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),