function(e:Event):void
{
image.smoothBitmapContent = true;
image.source = e.currentTarget.content;
image.maxHeight = 26;
image.maxWidth = 26;
});Giosia,
I don't have a lot of time to spend on this so I'll just point you in the right direction Look in the TocMapLayerItem.as and find the loadImage function. That is where you can add code to control the image size (I have not tested any modifications like this so be sure you comment and know how to get the code back to the original state in case you break something).