[squeak-dev] The Trunk: PreferenceBrowser-MAD.38.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 7 04:41:38 UTC 2009


Andreas Raab uploaded a new version of PreferenceBrowser to project The Trunk:
http://source.squeak.org/trunk/PreferenceBrowser-MAD.38.mcz

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

Name: PreferenceBrowser-MAD.38
Author: MAD
Time: 6 October 2009, 7:37:01 am
UUID: 47f320bf-4474-44d5-89a8-fc58d3e631d7
Ancestors: PreferenceBrowser-ar.37

Selection highlighting in lists is now consistent with that in menus. I've made direct reference to Preferences menuSelectionColor - not sure if this will be seen as reasonable?

You should really tone down the highlight colour after loading these changes:
Preferences setParameter: #menuSelectionColor to: (Color r: 0.4 g: 0.5 b: 0.7)


=============== Diff against PreferenceBrowser-ar.37 ===============

Item was changed:
  ----- Method: PBPreferenceButtonMorph>>highlightOn (in category 'highlighting') -----
  highlightOn
+ 	
  	self color: (Color gray alpha: 0.1).
+ 	
- 	self label color: Color red.
  	self addExtraControls.!




More information about the Squeak-dev mailing list