Is it possible to change the BorderSize of ResizableWindow?

I’m probably overlooking something, can’t seem to locate how. Thanks!

OK, what you have to do is override ResizableWindow::getBorderSize() in a class derived from ResizableWindow, and return the value you want it to be. This should really be a LookAndFeel method. In case that helps anyone.