src/Builder4/DialogNewComponent.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2022 09:56:52 +0000 (17:56 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2022 09:56:52 +0000 (17:56 +0800)
src/Builder4/DialogNewComponent.vala

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

index d5d7340..d6747c9 100644 (file)
         {
          "$ visible" : true,
          "$ xns" : "Gtk",
-         "* pack" : "attach_defaults,1,2,4,5",
+         "* pack" : "attach,1,4",
          "id" : "permname",
          "xtype" : "Entry"
         },
          "$ justify" : "Gtk.Justification.RIGHT",
          "$ visible" : true,
          "$ xns" : "Gtk",
-         "* pack" : "attach_defaults,0,1,5,6",
+         "* pack" : "attach,0,6",
          "label" : "Order (for tabs)",
          "x_options" : 4,
          "xalign" : 0.90000000000000002,
index 52a4a92..7ff057b 100644 (file)
@@ -313,10 +313,10 @@ public class Xcls_DialogNewComponent : Object
             this.el.attach (  child_8.el , 0,4 );
             var child_9 = new Xcls_permname( _this );
             child_9.ref();
-            this.el.attach_defaults (  child_9.el , 1,2,4,5 );
+            this.el.attach (  child_9.el , 1,4 );
             var child_10 = new Xcls_Label14( _this );
             child_10.ref();
-            this.el.attach_defaults (  child_10.el , 0,1,5,6 );
+            this.el.attach (  child_10.el , 0,6 );
             var child_11 = new Xcls_modOrder( _this );
             child_11.ref();
             this.el.attach_defaults (  child_11.el , 1,2,5,6 );