NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:04:21 +0000 (13:04 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:04:21 +0000 (13:04 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 3ceec65..09d0947 100644 (file)
            "label" : "Commit Message",
            "Gtk.Align halign" : "Gtk.Align.START",
            "xalign" : 0.90000000000000002,
-           "* pack" : "attach_defaults,0,1,3,4",
+           "* pack" : "attach_defaults,0,1,0,1",
            "xtype" : "Label",
            "$ justify" : "Gtk.Justification.RIGHT",
            "x_options" : 4,
index 74ab26d..bffcd7f 100644 (file)
@@ -2202,7 +2202,7 @@ public class NewBranch : Object
             this.el.vexpand = false;
             var child_0 = new Xcls_Label53( _this );
             child_0.ref();
-            this.el.attach_defaults (  child_0.el , 0,1,3,4 );
+            this.el.attach_defaults (  child_0.el , 0,1,0,1 );
             var child_1 = new Xcls_commit_message( _this );
             child_1.ref();
             this.el.attach_defaults (  child_1.el , 0,4,4,5 );