Add more icons.

This commit is contained in:
Paulo Gustavo Veiga
2011-03-23 00:26:27 -03:00
parent 483b781981
commit cbc31c56ef
35 changed files with 46 additions and 12 deletions

View File

@@ -18,9 +18,9 @@
var IconPanel = new Class({
options:{
width:190,
width:250,
initialWidth:0,
height:145,
height:250,
content:null,
panel:null,
button:null,

View File

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