Clone.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 07:19:21 +0000 (15:19 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 07:19:21 +0000 (15:19 +0800)
Clone.vala

Clone.bjs
Clone.vala

index a18e424..5bf2d33 100644 (file)
--- a/Clone.bjs
+++ b/Clone.bjs
@@ -22,7 +22,6 @@
      "gboolean expand" : false,
      "$ xns" : "Gtk",
      "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
-     "$ homogeneous" : true,
      "gboolean vexpand" : false,
      "items" : [
       {
index 61555a3..6b94424 100644 (file)
@@ -83,7 +83,6 @@ public class Clone : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.homogeneous = true;
             this.el.expand = false;
             this.el.vexpand = false;
             var child_0 = new Xcls_projectsel( _this );