Fix handle of PickList being rendered too much to the left

This commit is contained in:
Héctor Ramón Jiménez 2024-03-08 00:37:10 +01:00
parent 1db823b4c5
commit f316755cdc
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -329,7 +329,7 @@ where
shaping, shaping,
}, },
Point::new( Point::new(
bounds.x + bounds.width - self.padding.horizontal(), bounds.x + bounds.width - self.padding.right,
bounds.center_y(), bounds.center_y(),
), ),
appearance.handle_color, appearance.handle_color,