src/Builder4/PopoverAddProp.bjs
authorAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:37:39 +0000 (16:37 +0800)
committerAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:37:39 +0000 (16:37 +0800)
src/Builder4/PopoverAddProp.vala

src/Builder4/PopoverAddProp.bjs
src/Builder4/PopoverAddProp.vala

index 1fa2640..5dbb4c0 100644 (file)
          "items" : [
           {
            "$ xns" : "Gtk",
-           "* pack" : "composite_name",
+           "* pack" : "pack_start,true",
            "id" : "typerender",
            "xtype" : "CellRendererText"
           }
          "items" : [
           {
            "$ xns" : "Gtk",
-           "* pack" : "composite_name",
+           "* pack" : "pack_start,true",
            "id" : "fromrender",
            "xtype" : "CellRendererText"
           }
index 2475e5f..4e1c7a5 100644 (file)
@@ -346,7 +346,7 @@ typeof(string) // 5 element type (event|prop)
             this.el.title = "Type";
             var child_0 = new Xcls_typerender( _this );
             child_0.ref();
-            this.el.composite_name (  child_0.el  );
+            this.el.pack_start (  child_0.el , true );
 
             // init method
 
@@ -401,7 +401,7 @@ typeof(string) // 5 element type (event|prop)
             this.el.title = "From";
             var child_0 = new Xcls_fromrender( _this );
             child_0.ref();
-            this.el.composite_name (  child_0.el  );
+            this.el.pack_start (  child_0.el , true );
 
             // init method