NSCombobox... Increase height?

Any ideas… the visual height seems to be 20… yet you can increase the size of the items in the drop down list. I need it to be a minimum of 29 tall.
I thought to use CGAffineTransform , but there is no transform function on the Combobox event

this looks really bad

Especially along side all the other controls that ARE the desired height

I gave up trying to make the OS verison of the control bend to my will :slight_smile:

So I wrote a custom one with a container (NSView) a label, a button and a drop down menu…
so far it does just what I want and how I want it :slight_smile: