<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi, Christoph.<div><br></div><div>-1 :-)</div><div><br></div><div>There is the preference "Workspace shouldStyle" which might better fit the default implementation in StringHolder. Only Workspace implements #shouldStyle. This preference is also better than forcing to style out of a SearchBar.</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 14.08.2019 23:23:38 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Tools was added to project The Inbox:<br>http://source.squeak.org/inbox/Tools-ct.878.mcz<br><br>==================== Summary ====================<br><br>Name: Tools-ct.878<br>Author: ct<br>Time: 14 August 2019, 11:23:27.6824 pm<br>UUID: 2f78c021-5d26-6c44-a909-617d47a1f602<br>Ancestors: Tools-mt.877<br><br>Respect styling in #spawn:<br><br>Depends on ToolBuilder-Kernel-ct.130 & ToolBuilder-Morphic-ct.237<br><br>=============== Diff against Tools-mt.877 ===============<br><br>Item was changed:<br>  ----- Method: SearchBar>>spawn: (in category '*Tools') -----<br>  spawn: contentsString<br>  <br>+        UIManager default edit: contentsString label: nil shouldStyle: true!<br>-         UIManager default edit: contentsString label: 'Workspace'!<br><br>Item was changed:<br>  ----- Method: StringHolder>>spawn: (in category '*Tools') -----<br>  spawn: contentsString<br>  <br>+        UIManager default edit: contentsString label: 'Workspace' shouldStyle: self shouldStyle<br>-      UIManager default edit: contentsString label: 'Workspace'<br>  !<br><br><br></div></blockquote>
                                        </div></body>