Builder4/DialogNewComponent.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 18 Aug 2014 10:13:22 +0000 (18:13 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 Aug 2014 10:13:22 +0000 (18:13 +0800)
Builder4/DialogNewComponent.js
Builder4/DialogNewComponent.vala

Builder4/DialogNewComponent.bjs
Builder4/DialogNewComponent.js
Builder4/DialogNewComponent.vala

index e8386b5..daa4351 100644 (file)
                                 },
                                 {
                                     "id": "permname",
-                                    "pack": "add",
+                                    "pack": "attach_defaults,1,2,4,5",
                                     "xtype": "Entry",
-                                    "|visible": true,
+                                    "|visible": "true",
                                     "|xns": "Gtk"
                                 },
                                 {
index fc37c38..7d2efca 100644 (file)
@@ -212,7 +212,7 @@ DialogNewComponent=new XObject({
                         {
                             xtype: Gtk.Entry,
                             id : "permname",
-                            pack : "add",
+                            pack : "attach_defaults,1,2,4,5",
                             visible : true
                         },
                         {
index 67b714d..38cf625 100644 (file)
@@ -254,7 +254,7 @@ public class Xcls_DialogNewComponent : Object
             this.el.attach_defaults (  child_8.el , 0,1,4,5 );
             var child_9 = new Xcls_permname( _this );
             child_9.ref();
-            this.el.add (  child_9.el  );
+            this.el.attach_defaults (  child_9.el , 1,2,4,5 );
             var child_10 = new Xcls_Label14( _this );
             child_10.ref();
             this.el.add (  child_10.el  );