Add more and more icons...

This commit is contained in:
Paulo Gustavo Veiga
2011-03-22 22:22:42 -03:00
parent 107e559364
commit 483b781981
41 changed files with 320 additions and 176 deletions

View File

@@ -457,7 +457,7 @@ function afterMindpotLibraryLoading()
}
function buildIconChooser() {
var content = new Element('div').setStyles({width:230,height:240,padding:5});
var content = new Element('div').setStyles({width:330,height:340,padding:5});
var count = 0;
for (var i = 0; i < mindplot.ImageIcon.prototype.ICON_FAMILIES.length; i = i + 1)
{