Fix handle of PickList being rendered too much to the left
This commit is contained in:
parent
1db823b4c5
commit
f316755cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue