From: Alan Knowles Date: Wed, 31 Oct 2018 05:01:47 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=7ecbab94e552cf018067507489a44c70814250be NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index 312788ce..ff3cc485 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -34,6 +34,7 @@ "n_columns" : 2, "$ xns" : "Gtk", "n_rows" : 2, + "int margin" : 2, "items" : [ { "label" : "Select Ticket", diff --git a/NewBranch.vala b/NewBranch.vala index 363f800c..a2e60118 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -117,6 +117,7 @@ public class NewBranch : Object // my vars (dec) // set gobject values + this.el.margin = 2; var child_0 = new Xcls_Label4( _this ); child_0.ref(); this.el.attach_defaults ( child_0.el , 0,1,0,1 );