PopupMenu minimum height (Request)

Hi, I’d like the height of a separator in my popup menu to be 1 pixel, but it looks like a minimum of 2 pixels has been set in the ItemComponent struct:

getIdealSize (itemW, itemH, standardItemHeight);
setSize (itemW, jlimit (2, 600, itemH));

Could the lower limit be 1 pixel instead?

1 Like

I’ve added this to develop - 37cf001

Thanks!