Tools__ViewTreeApplication.st
changeset 3141 c3fb91a71410
parent 3124 1973e28a2c75
child 3167 95025cd0fbce
--- a/Tools__ViewTreeApplication.st	Tue Jul 08 23:34:22 2014 +0200
+++ b/Tools__ViewTreeApplication.st	Tue Jul 08 23:37:15 2014 +0200
@@ -2526,7 +2526,7 @@
     ].
     isValidAndShown ifFalse:[
         label := Text string:label emphasis:#italic.
-        label colorizeAllWith:Color grey.
+        label colorizeAllWith:Color gray.
     ].
 
     labelHeight := self heightOn:aGC.