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

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

index 8c0cad0..4c9b937 100644 (file)
@@ -76,7 +76,7 @@
         {
          "$ xns" : "Gtk",
          "* init" : [
-          "  this.el.add_attribute(_this.namerender.el , \"text\", 1  );",
+          "  this.el.add_attribute(_this.namerender.el , \"markup\", 1  );",
           " ",
           "  this.el.add_attribute(_this.namerender.el , \"tooltip\", 2  );"
          ],
index ea8a41d..f591f54 100644 (file)
@@ -289,7 +289,7 @@ typeof(string) // 5 from interface
 
             // init method
 
-            this.el.add_attribute(_this.namerender.el , "text", 1  );
+            this.el.add_attribute(_this.namerender.el , "markup", 1  );
              
               this.el.add_attribute(_this.namerender.el , "tooltip", 2  );
         }