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

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

index 0805f3c..71de5b4 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  );"
+          "  this.el.add_attribute(_this.namerender.el , \"tooltip\", 2  );"
          ],
          "* pack" : "append_column",
          "id" : "namecol",
index 32c1cb5..4210425 100644 (file)
@@ -299,7 +299,7 @@ typeof(string) // 5 element type (event|prop)
 
             this.el.add_attribute(_this.namerender.el , "text", 1  );
              
-              this.el.add_attribute(_this.namerender.el , "text", 2  );
+              this.el.add_attribute(_this.namerender.el , "tooltip", 2  );
         }
 
         // user defined functions