From fdfb0982809b5ff8e42fd306025871b058f70263 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 16:49:42 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 4 ++-- NewBranch.vala | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NewBranch.bjs b/NewBranch.bjs index af593ea7..028643e4 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -42,7 +42,7 @@ "label" : "Module to build (Vala only)", "$ visible" : true, "xalign" : 0.90000000000000002, - "* pack" : "attach_defaults,0,1,1,2", + "* pack" : "attach_defaults,0,1,0,1", "xtype" : "Label", "$ justify" : "Gtk.Justification.RIGHT", "x_options" : 4, @@ -85,7 +85,7 @@ "id" : "name", "$ visible" : true, "xtype" : "Entry", - "* pack" : "attach_defaults,1,2,0,1", + "* pack" : "attach_defaults,1,2,1,2", "$ xns" : "Gtk" } ] diff --git a/NewBranch.vala b/NewBranch.vala index accb8819..9eda8da6 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -139,7 +139,7 @@ public class Xcls_DialogNewComponent : Object // set gobject values var child_0 = new Xcls_Label4( _this ); child_0.ref(); - this.el.attach_defaults ( child_0.el , 0,1,1,2 ); + this.el.attach_defaults ( child_0.el , 0,1,0,1 ); var child_1 = new Xcls_build_module( _this ); child_1.ref(); this.el.attach_defaults ( child_1.el , 1,2,1,2 ); @@ -148,7 +148,7 @@ public class Xcls_DialogNewComponent : Object this.el.attach_defaults ( child_2.el , 0,1,1,2 ); var child_3 = new Xcls_name( _this ); child_3.ref(); - this.el.attach_defaults ( child_3.el , 1,2,0,1 ); + this.el.attach_defaults ( child_3.el , 1,2,1,2 ); } // user defined functions -- 2.39.2