From: Alan Knowles Date: Thu, 21 Mar 2019 06:29:45 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=ee8e2cc9e8ebe8bc0b0455e27862ebdcb68794f4 NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index a89df47d..c97f96ac 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -553,7 +553,7 @@ "id" : "createbtn", "* init" : "{\n this.el.get_style_context().add_class(\"suggested-action\");\n}\n", "xtype" : "Button", - "* pack" : "attach_defaults,4,5,1,2", + "* pack" : "attach_defaults,1,5,2,3", "$ xns" : "Gtk" } ] diff --git a/NewBranch.vala b/NewBranch.vala index a91ee428..af3cdd58 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -2327,7 +2327,7 @@ public class NewBranch : Object 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,1,2 ); + this.el.attach_defaults ( child_2.el , 1,5,2,3 ); } // user defined functions