Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / charts / Column.js
index 7744936..3bfc68c 100644 (file)
@@ -19,6 +19,8 @@ Ext.onReady(function () {
     var win = Ext.create('Ext.Window', {
         width: 800,
         height: 600,
+        minHeight: 400,
+        minWidth: 550,
         hidden: false,
         maximizable: true,
         title: 'Column Chart',