diff --git a/widget/src/pick_list.rs b/widget/src/pick_list.rs index d98909fa..b8fc6079 100644 --- a/widget/src/pick_list.rs +++ b/widget/src/pick_list.rs @@ -329,7 +329,7 @@ where shaping, }, Point::new( - bounds.x + bounds.width - self.padding.horizontal(), + bounds.x + bounds.width - self.padding.right, bounds.center_y(), ), appearance.handle_color,