FR: ResizableCornerComponent size should come from the look and feel

It shouldn’t be hardcoded to 18.

const int resizerSize = 18;

This is a no-brainer and should be “easy” to implement. TBH there are a number of places in LookAndFeel where there are hardcoded values that if one wishes to change them you need to sub-class and reimplement entire methods, where a simple getSomeValue override should have sufficed.

6 Likes