[dhtmlxMenu] Main Item width

I’m currently planning to use a dhtmlxMenu component as main menu for a set of web applications.



I’ve noticed that in your current sample available at this adress :

dhtmlx.com/docs/products/dhtmlxM … skins.html

the width of each MAIN item is defined by the sum of the image TD and text TD.

However, when I’m looking at the same sample of my latest pro dhtmlxSuite (v1.0 80512), width of MAIN items are defined by the sum of image TD, text TD AND a third TD (used for second panel items).



Correct behavior seems te be the one I see on your site.

Could I have the update, please ?

Latest codebase attached, but I don’t think it will change anything - the version used at online samples is the same as one in latest package.

The width of item can be controlled by MenuItem@width
    <MenuItem name=“Index” width=“120px” …

codebase.zip (17.5 KB)