From aa385eceb02cc75a29256ec6b1cc197f22251d60 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 13:10:17 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 2 +- NewBranch.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2