Sample/EditProject.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 10:31:11 +0000 (18:31 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 10:31:11 +0000 (18:31 +0800)
Sample/EditProject.js

index 7d2346c..ab17355 100644 (file)
@@ -155,8 +155,11 @@ EditProject=new XObject({
                 },
                 {
                     xtype: Gtk.FileChooserWidget,
-                    pack : "pack_end,true,true,3",
-                    action : Gtk.FileChooserAction.SELECT_FOLDER
+                    pack : "pack_end,true,true,10",
+                    action : Gtk.FileChooserAction.SELECT_FOLDER,
+                    listeners : {
+                        
+                    }
                 }
             ]
         },