From 7ecbab94e552cf018067507489a44c70814250be Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 31 Oct 2018 13:01:47 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 1 + NewBranch.vala | 1 + 2 files changed, 2 insertions(+) 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 ); -- 2.39.2