From 5ca4a426e7459b4296fe0264cf1471c3b4cc6e9b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 13:04:28 +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 09d09475..d6eefc10 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -524,7 +524,7 @@ "id" : "commit_message", "$ visible" : true, "xtype" : "Entry", - "* pack" : "attach_defaults,0,4,4,5", + "* pack" : "attach_defaults,0,4,1,2", "$ xns" : "Gtk" }, { diff --git a/NewBranch.vala b/NewBranch.vala index bffcd7f7..c4c372da 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -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 ); -- 2.39.2