Morning!
As the title says, I'm trying to adjust the height of a combo box either by altering the font size with auto size = true, manually by adjusting it on the form designer or programmatically by setting (e.g.) cb1.height:=30;
In all cases it doesn't seem possible to make the height larger than 20.
The text size does correspond to the font.height or font.size settings but as the actual control doesn't resize larger text is clipped by the bounds of the control.
MacBook pro 2018
MacOs Ventura 13.6
FPC 3.2.2
Lazarus: 2.2.6
Screenshot shows box with autosize off and font height = 36px