Slider Popup-Text positioning

Pretty new to juce, so still trying to figure everything out.
I currently override void drawBubble() in my LookAndFeel class, its a simple rectangle with a border. Looks like: BitwigPluginHost64_OdlDMfl6U4 the bubble is pretty far away from the knob.

Trying to push it down like: auto placement = body; placement.setY(body.getY() + 8);

It looks like this: BitwigPluginHost64_7yKIKK9k32

What function would i need override for the text to be adjusted downwards awell?