Re[2]: Changing icons size
2005/06/15 04:42
Viewed 19517 times
Replies: 0/0

I has the same problem, but I set the properties values before call the openMenu() method and all works.

menu.prefs["icon-width"] = 16;
menu.prefs["icon-height"] = 16;
menu.openMenu();

Google