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:
kd-11 2026-03-22 18:09:17 +03:00 committed by kd-11
parent 32c9c6f515
commit a2eb4fec53

View File

@ -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;