Spacing between menu items

I am using 128x64 monochrome display and trying to use the new menu widget from the master branch.
I am using the simple menu example from the doc Menu (lv_menu) — LVGL documentation

Due to the nature of the small screen i want to remove the spacing between menu items. using the smallest font i can only fit 2 items (see attached photo). I tried to remove padding from style.

Any idea suggestion?

Screenshot and/or video

Screenshot 2022-01-15 at 14.20.04

Which padding did you remove? If you’re using lv_menu_cont, there is also padding within the item itself. Hope that helps.

that fixed it the lv_menu_count was the issue.

Thank you cheers,