[squeak-dev] The Trunk: System-laza.320.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Apr 26 08:43:05 UTC 2010


Alexander Lazarević uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-laza.320.mcz

==================== Summary ====================

Name: System-laza.320
Author: laza
Time: 26 April 2010, 10:42:24.57 am
UUID: 989ea29b-cd29-8148-a9e3-c33f7ec658e9
Ancestors: System-ar.319

Avoid all gray icons in the tools menu of the dockbar with uniform window colors.

=============== Diff against System-ar.319 ===============

Item was added:
+ ----- Method: Preferences class>>uniformWindowColor (in category 'window colors') -----
+ uniformWindowColor
+ 	^Color veryVeryLightGray!

Item was changed:
  ----- Method: Preferences class>>installUniformWindowColors (in category 'window colors') -----
  installUniformWindowColors
  	"Install the factory-provided uniform window colors for all tools"
  
  	"Preferences installUniformWindowColors"
+ 	self installWindowColorsVia: [:aQuad | self uniformWindowColor]!
- 	self installWindowColorsVia: [:aQuad | Color veryVeryLightGray]!




More information about the Squeak-dev mailing list