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?
I would consider it a Bug rather than a FR.
Just had to add the ComponentWatcher workaround. Using resized() of the Editor doesn’t work for some reason, even though the ResizerCornerComponent is public.