diff options
-rw-r--r-- | widget/src/pick_list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |