From: Alan Knowles Date: Tue, 30 Oct 2018 08:49:57 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=ab70897107fb2c53b3a3cfc93662e0e078a8bc8f NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index 028643e4..e2650b26 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -39,7 +39,7 @@ "$ homogeneous" : true, "items" : [ { - "label" : "Module to build (Vala only)", + "label" : "Select Ticket", "$ visible" : true, "xalign" : 0.90000000000000002, "* pack" : "attach_defaults,0,1,0,1", @@ -51,7 +51,7 @@ { "id" : "build_module", "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );", - "* pack" : "attach_defaults,1,2,1,2", + "* pack" : "attach_defaults,1,2,0,1", "xtype" : "ComboBox", "$ xns" : "Gtk", "items" : [ diff --git a/NewBranch.vala b/NewBranch.vala index 9eda8da6..30add613 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -142,7 +142,7 @@ public class Xcls_DialogNewComponent : Object 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 ); + this.el.attach_defaults ( child_1.el , 1,2,0,1 ); var child_2 = new Xcls_Label8( _this ); child_2.ref(); this.el.attach_defaults ( child_2.el , 0,1,1,2 ); @@ -165,7 +165,7 @@ public class Xcls_DialogNewComponent : Object public Xcls_Label4(Xcls_DialogNewComponent _owner ) { _this = _owner; - this.el = new Gtk.Label( "Module to build (Vala only)" ); + this.el = new Gtk.Label( "Select Ticket" ); // my vars (dec)