NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 04:41:50 +0000 (12:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 04:41:50 +0000 (12:41 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index f1ab8bc..924c441 100644 (file)
            "* 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",
index 0c01b64..c86a713 100644 (file)
@@ -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 );