From: Alan Knowles Date: Tue, 30 Oct 2018 05:17:50 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=dd42b881f212cd9e840937d4caa9b5df4e1756a6 Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index cac23fbe..29cd1065 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -84,7 +84,7 @@ { "* init" : " {\n \n this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n}\n", "xtype" : "ScrolledWindow", - "* pack" : "pack_end,false,true,0", + "* pack" : "pack_end,false,false,0", "Gtk.ShadowType shadow_type" : "Gtk.ShadowType.IN", "$ xns" : "Gtk", "items" : [ diff --git a/Clones.vala b/Clones.vala index 329165f2..a8687c7c 100644 --- a/Clones.vala +++ b/Clones.vala @@ -109,7 +109,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,true,0 ); + this.el.pack_end ( child_1.el , false,false,0 ); } // user defined functions