The Trunk: Services-Base-mt.60.mcz

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

The Trunk: Services-Base-mt.60.mcz

commits-2
Marcel Taeumel uploaded a new version of Services-Base to project The Trunk:
http://source.squeak.org/trunk/Services-Base-mt.60.mcz

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

Name: Services-Base-mt.60
Author: mt
Time: 11 August 2016, 6:12:05.982369 pm
UUID: 2acc56c4-575c-c546-b957-d67d384b4fd8
Ancestors: Services-Base-cmm.59

Fix some old window color left-over.

=============== Diff against Services-Base-cmm.59 ===============

Item was changed:
  ----- Method: ServiceGui>>styleBar: (in category 'styling') -----
  styleBar: aBar
  aBar setNameTo: 'button bar'.
  aBar beSticky;
  hResizing: #spaceFill;
  wrapCentering: #center;
  cellPositioning: #leftCenter;
  clipSubmorphs: true;
  cellInset: 0;
+ color: Color veryVeryLightGray.!
- color: Preferences defaultWindowColor.!