I'm annoyed by those 2 constants defined and used in BubbleComponent::setPosition :
const int edgeSpace = 15;
const int arrowLength = 10;
perhaps we could get that through lookAndFeel methods?
I'm annoyed by those 2 constants defined and used in BubbleComponent::setPosition :
const int edgeSpace = 15;
const int arrowLength = 10;
perhaps we could get that through lookAndFeel methods?
That is a bit nasty - I'll make the values settable..
thanks!