Clones.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:18:39 +0000 (13:18 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:18:39 +0000 (13:18 +0800)
Clones.vala

Clones.bjs
Clones.vala

index 29cd106..83536cf 100644 (file)
@@ -83,6 +83,7 @@
       },
       {
        "* init" : "  {\n  \n   this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n}\n",
+       "bool expand" : true,
        "xtype" : "ScrolledWindow",
        "* pack" : "pack_end,false,false,0",
        "Gtk.ShadowType shadow_type" : "Gtk.ShadowType.IN",
index a8687c7..8cd690b 100644 (file)
@@ -441,6 +441,7 @@ public class Clones : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.expand = true;
             this.el.shadow_type = Gtk.ShadowType.IN;
             var child_0 = new Xcls_reposView( _this );
             child_0.ref();