mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-25 03:48:34 -06:00
overlays: Restore slider handles to previous size
- Added padding to smooth out the outer edge transition made the circle too small
This commit is contained in:
parent
32c9c6f515
commit
a2eb4fec53
@ -35,8 +35,9 @@ namespace rsx::overlays
|
||||
auto max_label = std::make_unique<label>();
|
||||
|
||||
indicator->radius = slider_indicator_radius;
|
||||
indicator->set_size(slider_indicator_dia, slider_indicator_dia);
|
||||
indicator->set_size(slider_indicator_dia + 2, slider_indicator_dia + 2);
|
||||
indicator->set_padding(2);
|
||||
indicator->set_pos(0, -2);
|
||||
indicator->back_color = color4f(1.f);
|
||||
|
||||
background->radius = slider_rail_thickness / 2;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user