Simple way to Center Justify the text in the Combo Box

i was wondering if anyone knew a simple way to center justify the text of the current item in the Combo Box. I’ve been making modifications to the LookandFeel class where I’ve gotten rid of the arrow buttons and i want to make the test line up correctly with my interface. so far i can’t find a simple way do to this short of completely pulling apart the juce_ComboBox class

Thanks

This is something I was planning to do - it’s not in there at the moment because the combo box uses a TextEditor and that doesn’t currently have any justification abilities, but I’ll sort it out v soon.