Skip to content

Commit

Permalink
Reduce margin between knob and knob meter
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jan 7, 2024
1 parent dfd5fbb commit 63203b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 63203b5

Please sign in to comment.