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

NewBranch.bjs
NewBranch.vala

index 09d0947..d6eefc1 100644 (file)
            "id" : "commit_message",
            "$ visible" : true,
            "xtype" : "Entry",
-           "* pack" : "attach_defaults,0,4,4,5",
+           "* pack" : "attach_defaults,0,4,1,2",
            "$ xns" : "Gtk"
           },
           {
index bffcd7f..c4c372d 100644 (file)
@@ -2205,7 +2205,7 @@ public class NewBranch : Object
             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 );
+            this.el.attach_defaults (  child_1.el , 0,4,1,2 );
             var child_2 = new Xcls_createbtn( _this );
             child_2.ref();
             this.el.attach_defaults (  child_2.el , 4,5,4,5 );