From: Alan Knowles Date: Thu, 21 Mar 2019 05:10:17 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=aa385eceb02cc75a29256ec6b1cc197f22251d60 NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index 13b83f92..47004a0d 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -543,7 +543,7 @@ }, { "int height_request" : 400, - "* pack" : "pack_start,true,true,0", + "* pack" : "add", "xtype" : "ScrolledWindow", "$ xns" : "Gtk", "items" : [ diff --git a/NewBranch.vala b/NewBranch.vala index a2d2044e..bee7f56d 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -2178,7 +2178,7 @@ public class NewBranch : Object this.el.pack_start ( child_0.el , false,false,0 ); var child_1 = new Xcls_ScrolledWindow56( _this ); child_1.ref(); - this.el.pack_start ( child_1.el , true,true,0 ); + this.el.add ( child_1.el ); } // user defined functions