DHX Tabbar: Design Issue in Tab Label

Hi there,

I am getting following design problem where tabbar label text length is more and it gets wrapped, either of the width or height should get increased.



Image Link: picoodle.com/view.php?img=/3 … &srv=img28



Please Help !!

The height of the tabs can be increased in the 3rd parameter of tabbar constructor:

    tabbar = new dhtmlXTabBar("…","…",height);

The width can be changed in the width attribute in the xml:

<tab width=‘150px’ …>…