src/Builder4/DialogNewComponent.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 27 Apr 2015 09:38:38 +0000 (17:38 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 27 Apr 2015 09:38:38 +0000 (17:38 +0800)
src/Builder4/DialogNewComponent.vala

src/Builder4/DialogNewComponent.bjs
src/Builder4/DialogNewComponent.vala

index 5253840..05df71a 100644 (file)
          "$ xns" : "Gtk"
         },
         {
-         "* pack" : "add",
+         "* pack" : "attach_defaults,1,2,6,7",
          "xtype" : "ComboBox",
          "$ xns" : "Gtk"
         },
index 7be9da4..bc94879 100644 (file)
@@ -287,7 +287,7 @@ public class Xcls_DialogNewComponent : Object
             this.el.attach_defaults (  child_12.el , 0,1,6,7 );
             var child_13 = new Xcls_ComboBox17( _this );
             child_13.ref();
-            this.el.add (  child_13.el  );
+            this.el.attach_defaults (  child_13.el , 1,2,6,7 );
             var child_14 = new Xcls_modOrder( _this );
             child_14.ref();
             this.el.attach_defaults (  child_14.el , 1,2,5,6 );