src/Pure/GUI/gui.scala
changeset 82183 a519b9d1e1c1
parent 82142 508a673c87ac
child 82544 b572e7324bfb
--- a/src/Pure/GUI/gui.scala	Sat Feb 15 15:06:38 2025 +0100
+++ b/src/Pure/GUI/gui.scala	Sat Feb 15 16:12:29 2025 +0100
@@ -147,7 +147,7 @@
       val b = name.nonEmpty
       style.make_text(prefix) +
         if_proper(a || b,
-          if_proper(prefix, ": ") + if_proper(kind, style.make_bold(kind)) +
+          if_proper(prefix, ": ") + if_proper(kind, style.make_text(kind)) +
           if_proper(a && b, " ") + if_proper(b, style.make_text(quote(name))))
     }
   }