Tree plus / minus / images icon size are diffrent in Firefox

The plus / minus / images icon size of the tree item are diffrent in Firefox 3 and IE 6.

IE show it correct. But Firefox 3 strech the icons a little bit.

The images and the icons are 16px*16px



Thanks





Here a compact example:









Test













gfsd



You can change related size settings of tree as

gObjectTree = gObjectLayout.cells(“a”).attachTree();
gObjectTree.def_line_img_x= gObjectTree.def_line_img_y = gObjectTree.def_img_x = gObjectTree.def_img_y = “16px”;

Thanks
It works fine.

Sorry…
That was not the solution:
Firefox 3: I have now a white line between the items.
IE6: the Icons are still smaller.

Ups.
Icons are default 18px * 18px? Could be my problem…

I try it with:
gObjectTree.def_line_img_x= gObjectTree.def_line_img_y = gObjectTree.def_img_x = gObjectTree.def_img_y = “18px”;
All Icons are 18px*18px: Same problem

Here the screenshots…




Sorry…

The Problem was the zoom in Firefox :frowning:
You can delete this qustion…

Thanks