From ee8e2cc9e8ebe8bc0b0455e27862ebdcb68794f4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 14:29:45 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 2 +- NewBranch.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2