A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.878.mcz==================== Summary ====================
Name: Tools-ct.878
Author: ct
Time: 14 August 2019, 11:23:27.6824 pm
UUID: 2f78c021-5d26-6c44-a909-617d47a1f602
Ancestors: Tools-mt.877
Respect styling in #spawn:
Depends on ToolBuilder-Kernel-ct.130 & ToolBuilder-Morphic-ct.237
=============== Diff against Tools-mt.877 ===============
Item was changed:
----- Method: SearchBar>>spawn: (in category '*Tools') -----
spawn: contentsString
+ UIManager default edit: contentsString label: nil shouldStyle: true!
- UIManager default edit: contentsString label: 'Workspace'!
Item was changed:
----- Method: StringHolder>>spawn: (in category '*Tools') -----
spawn: contentsString
+ UIManager default edit: contentsString label: 'Workspace' shouldStyle: self shouldStyle
- UIManager default edit: contentsString label: 'Workspace'
!