src/Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 10:12:10 +0000 (18:12 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 10:12:10 +0000 (18:12 +0800)
src/Builder4/ValaProjectSettings.vala

src/Builder4/ValaProjectSettings.bjs
src/Builder4/ValaProjectSettings.vala

index ecb8d7c..c70171b 100644 (file)
@@ -67,6 +67,7 @@
          "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
          "items" : [
           {
+           "bool hexpand" : true,
            "* pack" : "add",
            "xtype" : "ScrolledWindow",
            "$ xns" : "Gtk",
            ]
           },
           {
+           "bool hexpand" : true,
            "* pack" : "add2",
            "xtype" : "ScrolledWindow",
            "$ xns" : "Gtk",
index 119d96a..c73767e 100644 (file)
@@ -280,6 +280,7 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.hexpand = true;
             var child_0 = new Xcls_default_packages_tree( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
@@ -519,6 +520,7 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.hexpand = true;
             var child_0 = new Xcls_default_directory_tree( _this );
             child_0.ref();
             this.el.add (  child_0.el  );