Toolbar icons stretched?

Hey all,

I am using the dhtmlxToolbar on my website and the icons I use for the images are 16*16, and as such, they are stretched by the toolbar. Is there a way to avoid this? The function toolbar.setWidth(itemId, width) does absolutely nothing whatever I put in width.

Thanks!

Hi,

setWidth can be applied to text or input items. The image size is set in the css class:

<style> .dhx_toolbar_base_dhx_skyblue div.dhx_toolbar_btn img { height:16px; width:16px; } </style>

Cheers!