Add new icons for weather. It could be useful.

This commit is contained in:
Paulo Veiga
2011-11-27 22:00:46 -03:00
parent 5fc6c19ef4
commit 2bdd9f3a5e
15 changed files with 17 additions and 29 deletions

View File

@@ -29,7 +29,7 @@ mindplot.widget.IconPanel = new Class({
buildPanel: function() {
var content = new Element('div', {'class':'toolbarPanel','id':'IconsPanel'});
content.setStyles({width:253,height:200,padding:5});
content.setStyles({width:253,height:210,padding:5});
content.addEvent("click", function(event) {
event.stopPropagation()
});