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

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

index f95a9c7..0805f3c 100644 (file)
@@ -86,7 +86,7 @@
          "* init" : [
           "  this.el.add_attribute(_this.namerender.el , \"text\", 1  );",
           " ",
-          ""
+          "  this.el.add_attribute(_this.namerender.el , \"text\", 2  );"
          ],
          "* pack" : "append_column",
          "id" : "namecol",
index be609b5..32c1cb5 100644 (file)
@@ -298,6 +298,8 @@ typeof(string) // 5 element type (event|prop)
             // init method
 
             this.el.add_attribute(_this.namerender.el , "text", 1  );
+             
+              this.el.add_attribute(_this.namerender.el , "text", 2  );
         }
 
         // user defined functions