MemoryUsageView.st
changeset 18682 3f16db52ed11
parent 18308 4432821a4e1f
--- a/MemoryUsageView.st	Wed Mar 13 21:49:13 2019 +0100
+++ b/MemoryUsageView.st	Wed Mar 13 21:50:20 2019 +0100
@@ -917,8 +917,8 @@
                 s2 := s2 withColor:#red.
             ] ifFalse:[
                 allocRate < 0 ifTrue:[
-                    s1 := s1 withColor:(Color green darkened).
-                    s2 := s2 withColor:(Color green darkened).
+                    s1 := s1 withColor:(Color darkGreen).
+                    s2 := s2 withColor:(Color darkGreen).
                 ]
             ].
             line := line , (s1 leftPaddedTo:countLen).
@@ -952,6 +952,7 @@
 
     "Created: / 19-09-1995 / 15:30:47 / claus"
     "Modified: / 11-05-2011 / 14:47:52 / cg"
+    "Modified: / 13-03-2019 / 21:12:50 / Claus Gittinger"
 !
 
 updateInfo