Change Menu Tree Items Size

Using Ignition 8.1.5. Is it possible to choose the size of the Menu Tree item size? What I mean is like the size of each menu items height, I am trying to make it smaller so that the menu items are more compact. Maybe I am missing the parameter or it just doesn’t exist as an option.
image

Try
props.itemStyle.height: 40px.

Hit the + button beside itemStyle and create a value height.

1 Like

Worked perfectly, thanks!