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:
@@ -35,8 +35,9 @@ namespace rsx::overlays
|
|||||||
auto max_label = std::make_unique<label>();
|
auto max_label = std::make_unique<label>();
|
||||||
|
|
||||||
indicator->radius = slider_indicator_radius;
|
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_padding(2);
|
||||||
|
indicator->set_pos(0, -2);
|
||||||
indicator->back_color = color4f(1.f);
|
indicator->back_color = color4f(1.f);
|
||||||
|
|
||||||
background->radius = slider_rail_thickness / 2;
|
background->radius = slider_rail_thickness / 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user