Fix toolbar strange resize.

This commit is contained in:
Paulo Veiga
2011-08-10 23:13:13 -03:00
parent 37734ea95c
commit d27d15e162
15 changed files with 104 additions and 582 deletions

View File

@@ -17,7 +17,7 @@
*/
mindplot.widget.FontSizePanel = new Class({
Extends : mindplot.widget.ToolbarPanel,
Extends : mindplot.widget.ListToolbarPanel,
initialize : function(buttonId, model) {
this.parent(buttonId, model);
},