<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        <img id="5808e8fe-e215-40fa-b116-2ca1381bf1b1" src="cid:cc7adb3f-b593-4fab-bd7a-a3dbb3c5b18f" width="auto"></img><br><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 19.02.2020 17:05:31 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:<br>http://source.squeak.org/trunk/MorphicExtras-mt.271.mcz<br><br>==================== Summary ====================<br><br>Name: MorphicExtras-mt.271<br>Author: mt<br>Time: 19 February 2020, 5:05:20.185123 pm<br>UUID: 2c003dbb-22b3-df4a-b378-d365e5050d63<br>Ancestors: MorphicExtras-mt.270<br><br>Slightly increase default size of thumbnails (for flaps) and make them aware of scaling. Feels way better in Etoys now to work with viewers. I can actually hit them now. :-)<br><br>=============== Diff against MorphicExtras-mt.270 ===============<br><br>Item was changed:<br>  ----- Method: ThumbnailMorph>>initialize (in category 'initialization') -----<br>  initialize<br>    "Initialize the receiver, obeying a #nominalExtent property if I  <br>       have one"<br>        | anExtent |<br>          super initialize.<br>     ""<br>          anExtent := self<br>                              valueOfProperty: #nominalExtent<br>+                              ifAbsent: [((32 @ 32) * RealEstateAgent scaleFactor) truncated].<br>-                             ifAbsent: [25 @ 25].<br>          self<br>                  extent: (anExtent<br>                             )!<br><br><br></div></blockquote>
                                        </div></body>