StretchableLayoutManager & borders

Hi all,

one questions: from my understanding the StretchableLayoutManager places its subcomponents densely, meaning that there are no borders inbetween. Qt's layouts have a notion of "spacing" (http://qt-project.org/doc/qt-4.8/qlayout.html#spacing-prop), basically the distance between components/widgets. Is there a simple way to do the same with Juce? or would it be possible to add the support fo spacing to StretchableLayoutManager?

thanks, tim