Unless I’m mistaken, overriding getLabelBorderSize() in a LookAndFeel class does not have the desired effect. It seems to only affect the placement and sizing of the text, but not the visual outline.
LookAndFeel_V2::drawLabel, line 1339, g.drawRect (label.getLocalBounds()); should be something more sophisticated which works with the four sides of the BorderSize provided by getLabelBorderSize(). Currently that call always uses the default lineThickness value of 1.f
