diff --git a/libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp b/libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp index adca2fc2..bdb7fa20 100644 --- a/libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp +++ b/libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp @@ -191,7 +191,7 @@ void LookAndFeel::drawRotarySlider (juce::Graphics& g, toAngle, slider); - const auto knobRadius = arcRadius * .80f; + const auto knobRadius = arcRadius * .87f; drawRotarySliderBase (g, knobRadius, toAngle, bounds, slider); }