resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / EditProject.vala
index 029c26c..af62627 100644 (file)
@@ -47,7 +47,7 @@ public class EditProject : Object
 
         //listeners
         this.el.destroy_event.connect( (self, event) => {
-          this.el.response(0);
+               this.el.response(0);
         //     this.el.hide();
             return false;
         });
@@ -127,6 +127,7 @@ public class EditProject : Object
 
             // set gobject values
             this.el.homogeneous = false;
+            this.el.expand = true;
             var child_0 = new Xcls_Box3( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,true,3 );
@@ -315,6 +316,7 @@ public class EditProject : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.expand = true;
             this.el.create_folders = false;
             this.el.select_multiple = false;
         }