From: Alan Knowles Date: Tue, 30 Oct 2018 05:18:39 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=2a3547686ee38862c9282bbf44d85cc92f1eaec1 Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index 29cd1065..83536cf6 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -83,6 +83,7 @@ }, { "* init" : " {\n \n this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n}\n", + "bool expand" : true, "xtype" : "ScrolledWindow", "* pack" : "pack_end,false,false,0", "Gtk.ShadowType shadow_type" : "Gtk.ShadowType.IN", diff --git a/Clones.vala b/Clones.vala index a8687c7c..8cd690b8 100644 --- a/Clones.vala +++ b/Clones.vala @@ -441,6 +441,7 @@ public class Clones : Object // my vars (dec) // set gobject values + this.el.expand = true; this.el.shadow_type = Gtk.ShadowType.IN; var child_0 = new Xcls_reposView( _this ); child_0.ref();