From: Alan Knowles Date: Thu, 21 Mar 2019 06:29:58 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=c60236e28cf7e9adac1bdba107684f9a9620ed74 NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index c97f96ac..70bf5dda 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -542,7 +542,7 @@ "id" : "commit_message", "$ visible" : true, "xtype" : "Entry", - "* pack" : "attach_defaults,0,4,1,2", + "* pack" : "attach_defaults,0,5,1,2", "$ xns" : "Gtk" }, { @@ -553,7 +553,7 @@ "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" } ] diff --git a/NewBranch.vala b/NewBranch.vala index af3cdd58..7fd6f64d 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -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_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(); - 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