Partially supported multilines.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user