Settable corner resizer size for AudioProcessorEditor and ResizableWindow

AudioProcessorEditor and ResizableWindow both have an independently hard-coded size of 18px for their ResizableCornerComponent, and there seems no straightforward way to change this.

Would it be possible to have these components get their corner size from the LookAndFeel, for example by adding a LookAndFeelMethods::getPreferredCornerSize() to ResizableCornerComponent or something similar?

2 Likes

+1