diff --git a/libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp b/libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp index 8c75fc11..a944f426 100644 --- a/libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp +++ b/libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp @@ -140,7 +140,7 @@ void LookAndFeel::drawRotarySliderBase (juce::Graphics& g, // Increasing this value will cause the pointer to be drawn closer // to the center of the slider. - const auto sliderEdgeOffset = juce::roundToInt (juce::jmax ((rw * .05f), 1.0f)); + const auto sliderEdgeOffset = juce::roundToInt (juce::jmax ((radius * .1f), 1.0f)); const auto pointerY = initialPointerY + sliderEdgeOffset; const auto cornerSize = pointerThickness * .35f;