From: Alan Knowles Date: Thu, 21 Mar 2019 05:04:21 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=5deea0090c21617c3083000164d7fcc39f518e3d NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index 3ceec65f..09d09475 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -514,7 +514,7 @@ "label" : "Commit Message", "Gtk.Align halign" : "Gtk.Align.START", "xalign" : 0.90000000000000002, - "* pack" : "attach_defaults,0,1,3,4", + "* pack" : "attach_defaults,0,1,0,1", "xtype" : "Label", "$ justify" : "Gtk.Justification.RIGHT", "x_options" : 4, diff --git a/NewBranch.vala b/NewBranch.vala index 74ab26d8..bffcd7f7 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -2202,7 +2202,7 @@ public class NewBranch : Object this.el.vexpand = false; var child_0 = new Xcls_Label53( _this ); child_0.ref(); - this.el.attach_defaults ( child_0.el , 0,1,3,4 ); + 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 );