i have an NSComboBox
that displays text not vertically aligned.
Is there a method to vertical align text inside an NSComboBox
?
As you can see, it's very strange and it doesn't change on fontsize basis. I've searched NSComboBox
Class Reference but the only resource available is for the popup displayed items (like intercellSpacing
or setItemHeight:
).
Thank you in advance.