#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Thu, 27 Apr 2017 17:53:29 +0200
changeset 5535 050287c97b5b
parent 5534 4806c4eec412
child 5536 f1834109d5a5
#UI_ENHANCEMENT by cg class: CharacterSetView changed: #redraw (send #veryLightGrey instead of #grey)
CharacterSetView.st
--- a/CharacterSetView.st	Thu Apr 27 14:09:50 2017 +0200
+++ b/CharacterSetView.st	Thu Apr 27 17:53:29 2017 +0200
@@ -503,7 +503,7 @@
         ].
     ].
 
-    gc paint:(Color grey).
+    gc paint:(Color veryLightGrey).
     0 to:16 do:[:col |
         |x|