The Trunk: System-laza.320.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: System-laza.320.mcz

commits-2
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]!