From: Alan Knowles Date: Wed, 31 Oct 2018 05:01:27 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=70861a6307936fea26a1f7bf20767d47a90a983a NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index 973bd468..312788ce 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -28,12 +28,12 @@ "$ xns" : "Gtk", "items" : [ { + "bool homogeneous" : false, "* pack" : "pack_start,false,false,0", "xtype" : "Table", "n_columns" : 2, "$ xns" : "Gtk", "n_rows" : 2, - "$ homogeneous" : true, "items" : [ { "label" : "Select Ticket", diff --git a/NewBranch.vala b/NewBranch.vala index 8a5d0813..363f800c 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -112,7 +112,7 @@ public class NewBranch : Object public Xcls_Table3(NewBranch _owner ) { _this = _owner; - this.el = new Gtk.Table( 2, 2, true ); + this.el = new Gtk.Table( 2, 2, false ); // my vars (dec)