Builder/DialogNewComponent.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 10 May 2010 10:29:41 +0000 (18:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 10 May 2010 10:29:41 +0000 (18:29 +0800)
Builder/DialogNewComponent.js

index a60e50a..9aed36e 100755 (executable)
@@ -36,11 +36,9 @@ DialogNewComponent = new XObject({
             XObject.prototype.init.call(this); 
             this.el.add_button("OK",1 );
             this.el.add_button("Cancel",0 );
-           
-        
-           
-            this.el.set_default_size (600, 400);
             
+            this.el.set_default_size (600, 400);
+            console.log('shown all');
             //show_all : []
         },