src/Builder4/PopoverFileDetails.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 11 Nov 2015 09:08:06 +0000 (17:08 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 11 Nov 2015 09:08:06 +0000 (17:08 +0800)
src/Builder4/PopoverFileDetails.vala

src/Builder4/PopoverFileDetails.bjs
src/Builder4/PopoverFileDetails.vala

index 254aae4..ee8821c 100644 (file)
          "label" : "Title",
          "$ visible" : true,
          "xalign" : 0.90000000000000002,
-         "* pack" : "attach_defaults,0,1,2,3",
+         "* pack" : "attach,0,1,2,3",
          "xtype" : "Label",
          "$ justify" : "Gtk.Justification.RIGHT",
          "x_options" : 4,
          "id" : "title",
          "$ visible" : true,
          "xtype" : "Entry",
-         "* pack" : "attach_defaults,1,2,2,3",
+         "* pack" : "attach,1,2,2,3",
          "$ xns" : "Gtk"
         },
         {
index 786bf16..129bff1 100644 (file)
@@ -246,10 +246,10 @@ public class Xcls_PopoverFileDetails : Object
             this.el.attach (  child_3.el , 1,2,1,2 );
             var child_4 = new Xcls_Label11( _this );
             child_4.ref();
-            this.el.attach_defaults (  child_4.el , 0,1,2,3 );
+            this.el.attach (  child_4.el , 0,1,2,3 );
             var child_5 = new Xcls_title( _this );
             child_5.ref();
-            this.el.attach_defaults (  child_5.el , 1,2,2,3 );
+            this.el.attach (  child_5.el , 1,2,2,3 );
             var child_6 = new Xcls_Label13( _this );
             child_6.ref();
             this.el.attach_defaults (  child_6.el , 0,1,3,4 );