Ticket.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2018 04:13:13 +0000 (12:13 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2018 04:13:13 +0000 (12:13 +0800)
Ticket.vala

Ticket.bjs
Ticket.vala

index 2024d34..4fa7b6e 100644 (file)
@@ -34,7 +34,7 @@
        "xtype" : "Table",
        "* pack" : "pack_start,false,false,0",
        "uint column_spacing" : 4,
-       "n_columns" : 5,
+       "n_columns" : 4,
        "$ xns" : "Gtk",
        "n_rows" : 14,
        "bool vexpand" : false,
          "label" : "Create Branch",
          "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
          "xtype" : "Button",
-         "* pack" : "attach_defaults,3,4,12,13",
+         "* pack" : "attach_defaults,0,4,12,13",
          "$ xns" : "Gtk"
         }
        ]
index e9848d9..8b37b65 100644 (file)
@@ -147,7 +147,7 @@ public class Ticket : Object
         public Xcls_Table3(Ticket _owner )
         {
             _this = _owner;
-            this.el = new Gtk.Table( 14, 5, true );
+            this.el = new Gtk.Table( 14, 4, true );
 
             // my vars (dec)
 
@@ -206,7 +206,7 @@ public class Ticket : Object
             this.el.attach_defaults (  child_15.el , 0,1,11,12 );
             var child_16 = new Xcls_Button27( _this );
             child_16.ref();
-            this.el.attach_defaults (  child_16.el , 3,4,12,13 );
+            this.el.attach_defaults (  child_16.el , 0,4,12,13 );
         }
 
         // user defined functions