NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 31 Oct 2018 05:01:47 +0000 (13:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 Oct 2018 05:01:47 +0000 (13:01 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 312788c..ff3cc48 100644 (file)
@@ -34,6 +34,7 @@
        "n_columns" : 2,
        "$ xns" : "Gtk",
        "n_rows" : 2,
+       "int margin" : 2,
        "items" : [
         {
          "label" : "Select Ticket",
index 363f800..a2e6011 100644 (file)
@@ -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 );