Partially supported multilines.

This commit is contained in:
Paulo Veiga
2011-09-02 02:31:03 -03:00
parent e437e0e329
commit d43eb930d9
32 changed files with 804 additions and 353 deletions

View File

@@ -21,7 +21,7 @@ mindplot.Icon = new Class({
$assert(url, 'topic can not be null');
this._image = new web2d.Image();
this._image.setHref(url);
this._image.setSize(12, 12);
this._image.setSize(100,100);
},
getImage : function() {
@@ -58,4 +58,8 @@ mindplot.Icon = new Class({
}
});
mindplot.Icon.HEIGHT = 100;