<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
FWIW: Tool referred to the Tool builder as other Morphic windows are not affected.
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> on behalf of commits@source.squeak.org <commits@source.squeak.org><br>
<b>Sent:</b> Thursday, June 16, 2022 7:03:42 PM<br>
<b>To:</b> squeak-dev@lists.squeakfoundation.org <squeak-dev@lists.squeakfoundation.org>; packages@lists.squeakfoundation.org <packages@lists.squeakfoundation.org><br>
<b>Subject:</b> [squeak-dev] The Trunk: System-ct.1362.mcz</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Christoph Thiede uploaded a new version of System to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/System-ct.1362.mcz">http://source.squeak.org/trunk/System-ct.1362.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: System-ct.1362<br>
Author: ct<br>
Time: 16 June 2022, 7:03:21.253667 pm<br>
UUID: dd1331ca-d512-eb4a-8dc2-64c9d71ad07e<br>
Ancestors: System-eem.1361<br>
<br>
Renames #windowScaleFactor preference. The term 'tool window' is not widespread in Squeak and just makes the preference title unnecessary long.<br>
<br>
See: <a href="https://lists.squeakfoundation.org/pipermail/squeak-dev/2022-June/221107.html">
https://lists.squeakfoundation.org/pipermail/squeak-dev/2022-June/221107.html</a><br>
<br>
=============== Diff against System-eem.1361 ===============<br>
<br>
Item was changed:<br>
  ----- Method: RealEstateAgent class>>windowScaleFactor (in category 'preferences') -----<br>
+ windowScaleFactor <br>
+        <preference: 'Scale Factor for Default Window Extent'<br>
- windowScaleFactor<br>
-        <preference: 'Scale Factor for Default Extent of Tool Windows'<br>
                 categoryList: #(Morphic Tools Accessibility)<br>
+                description: 'The extent of windows is tweaked for a world extent of 1024@768 (or its scaled equivalent). If you have a larger screen available, you might want to increase a tool''s default extent. Note that you can also increase the system''s
 overall scale factor instead.'<br>
-                description: 'The extent of tool windows is tweaked for a world extent of 1024@768 (or its scaled equivalent). If you have a larger screen available, you might want to increase a tool''s default extent. Note that you can also increase the system''s
 overall scale factor instead.'<br>
                 type: #String><br>
         ^ WindowScaleFactor ifNil: [1.0]!<br>
<br>
<br>
</div>
</span></font></div>
</body>
</html>