src/JsRender/NodeProp.vala
authorAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:45:52 +0000 (16:45 +0800)
committerAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:45:52 +0000 (16:45 +0800)
src/JsRender/NodeProp.vala

index 42091f1..4edea77 100644 (file)
@@ -354,9 +354,9 @@ public class JsRender.NodeProp : Object {
        
        
        
-       public string to_property_option_markup()
+       public string to_property_option_markup(bool isbold)
        {
-               return "<b>" + this.name + "</b> <i>" + this.rtype + "</i>";
+               return "<b>" + this.name + "</b>";
        }
        
        public string to_property_option_tooltip()