NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 06:29:58 +0000 (14:29 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 06:29:58 +0000 (14:29 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index c97f96a..70bf5dd 100644 (file)
            "id" : "commit_message",
            "$ visible" : true,
            "xtype" : "Entry",
            "id" : "commit_message",
            "$ visible" : true,
            "xtype" : "Entry",
-           "* pack" : "attach_defaults,0,4,1,2",
+           "* pack" : "attach_defaults,0,5,1,2",
            "$ xns" : "Gtk"
           },
           {
            "$ xns" : "Gtk"
           },
           {
            "id" : "createbtn",
            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
            "xtype" : "Button",
            "id" : "createbtn",
            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
            "xtype" : "Button",
-           "* pack" : "attach_defaults,1,5,2,3",
+           "* pack" : "attach_defaults,0,5,2,3",
            "$ xns" : "Gtk"
           }
          ]
            "$ xns" : "Gtk"
           }
          ]
index af3cdd5..7fd6f64 100644 (file)
@@ -2324,10 +2324,10 @@ 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_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,1,2 );
+            this.el.attach_defaults (  child_1.el , 0,5,1,2 );
             var child_2 = new Xcls_createbtn( _this );
             child_2.ref();
             var child_2 = new Xcls_createbtn( _this );
             child_2.ref();
-            this.el.attach_defaults (  child_2.el , 1,5,2,3 );
+            this.el.attach_defaults (  child_2.el , 0,5,2,3 );
         }
 
         // user defined functions
         }
 
         // user defined functions