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

NewBranch.bjs
NewBranch.vala

index 973bd46..312788c 100644 (file)
      "$ 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",
index 8a5d081..363f800 100644 (file)
@@ -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)