From: Alan Knowles Date: Tue, 30 Oct 2018 07:39:52 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=7ce3fca97a67082c968efda19aef9a98be7a22a2 Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index 6873e451..8c8e2f54 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -86,7 +86,7 @@ "bool hexpand" : true, "bool expand" : true, "xtype" : "ScrolledWindow", - "* pack" : "pack_end,false,false,0", + "* pack" : "pack_end,true,true,0", "Gtk.ShadowType shadow_type" : "Gtk.ShadowType.IN", "$ xns" : "Gtk", "items" : [ diff --git a/Clones.vala b/Clones.vala index 0ae46b3b..3debbd81 100644 --- a/Clones.vala +++ b/Clones.vala @@ -111,7 +111,7 @@ public class Clones : Object this.el.pack_start ( child_0.el , false,false,0 ); var child_1 = new Xcls_ScrolledWindow9( _this ); child_1.ref(); - this.el.pack_end ( child_1.el , false,false,0 ); + this.el.pack_end ( child_1.el , true,true,0 ); } // user defined functions