Make track rounded
This commit is contained in:
parent
1db39bea3b
commit
f2202bbf91
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ where
|
|||
Point::new(image_position.x + scrollbar_rect.x, image_position.y),
|
||||
Size::new(scrollbar_rect.width, layout.bounds().height),
|
||||
),
|
||||
border_radius: 0.0.into(),
|
||||
border_radius: (scrollbar_rect.width as f32 / 2.0).into(),
|
||||
border_width: 0.0,
|
||||
border_color: Color::TRANSPARENT,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue