Andreas Raab uploaded a new version of Services-Base to project The Trunk:
http://source.squeak.org/trunk/Services-Base-ar.45.mcz==================== Summary ====================
Name: Services-Base-ar.45
Author: ar
Time: 24 March 2010, 9:16:14.805 pm
UUID: 0a9595e3-5203-064f-a702-30f9d9ae516c
Ancestors: Services-Base-dtl.44
Update styleBar based on default window color.
=============== Diff against Services-Base-dtl.44 ===============
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: Preferences defaultWindowColor.!
- cellInset: 1;
- color: Color white.!