Fixed a small pixel width issue on pick_list

This commit is contained in:
Casper Storm 2023-01-27 10:21:57 +01:00
parent 818ae4977a
commit 5bc37f10e2
No known key found for this signature in database
GPG key ID: BABF49AA70C405C2

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