DocumentWindow::setTitleBarTextCentred (false)

Is there any means for setting the text at the very left,
in my releases, it appears at a percentage of the bar width.
I’d like to put it, for instance, 20px from the left border.

Thanks for help

ps : im on Mac OS 10.5

Hello Jules,

Can you tell me which juce src file manages paints from drawTitleBarTextCentred(bool) ?

Thanks

It’s a lookandfeel method, I guess. A quick look in DocumentWindow::paint() should show you what’s going on.