From d140d3a56c504cfff2ea725843d0135f73755722 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 13:17:40 +0800 Subject: [PATCH] Clones.bjs Clones.vala --- Clones.bjs | 2 +- Clones.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Clones.bjs b/Clones.bjs index fdd617d0..cac23fbe 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,true,true,0", + "* pack" : "pack_end,false,true,0", "Gtk.ShadowType shadow_type" : "Gtk.ShadowType.IN", "$ xns" : "Gtk", "items" : [ diff --git a/Clones.vala b/Clones.vala index adac9f4f..329165f2 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 , true,true,0 ); + this.el.pack_end ( child_1.el , false,true,0 ); } // user defined functions -- 2.39.2