V4 released!

 From:  Michael Gibson
10083.157 In reply to 10083.156 
Hi Booleano,

re:
> Can the icons be resized?

Yes, the icon size comes from this entry in moi.css :

code:
moi\:CommandButton > img, moi\:CommandMenuButton > img, moi\:CommandSplitButton > img {
	width:3.25em;
	height:3.25em;
}


You can override that by putting in that same rule in a <style> block in the <head> of your .htm file, with different width and height values.

- Michael