From: Alan Knowles Date: Thu, 21 Mar 2019 04:41:50 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=6b377b2ac3522908e49f4d00e86fc0911ea60ce7 NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index f1ab8bcd..924c4416 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -126,7 +126,7 @@ "* ctor" : "new Gtk.ComboBox.with_entry()", "id" : "ticketsel", "* init" : "//this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );\nthis.el.set_entry_text_column(1);\nthis.el.get_child().set_sensitive(false); ", - "* pack" : "attach_defaults,1,4,1,2", + "* pack" : "attach_defaults,1,5,1,2", "xtype" : "ComboBox", "# bool loading" : false, "$ xns" : "Gtk", diff --git a/NewBranch.vala b/NewBranch.vala index 0c01b64b..c86a7138 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -333,7 +333,7 @@ public class NewBranch : Object this.el.attach_defaults ( child_2.el , 0,1,1,2 ); var child_3 = new Xcls_ticketsel( _this ); child_3.ref(); - this.el.attach_defaults ( child_3.el , 1,4,1,2 ); + this.el.attach_defaults ( child_3.el , 1,5,1,2 ); var child_4 = new Xcls_Label16( _this ); child_4.ref(); this.el.attach_defaults ( child_4.el , 0,1,3,4 );