<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p><img size="30750" id="x_img650604" tabindex="0" style="max-width:99.9%" src="cid:d839ffa9-0c65-42e5-9fbd-399b9c217cbd"><br>
</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Samstag, 2. April 2022 19:59:24<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: ST80-ct.283.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Christoph Thiede uploaded a new version of ST80 to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/ST80-ct.283.mcz">http://source.squeak.org/trunk/ST80-ct.283.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: ST80-ct.283<br>
Author: ct<br>
Time: 2 April 2022, 7:59:15.321869 pm<br>
UUID: 83fe0dc0-e86e-c64a-83ed-7636eb866f72<br>
Ancestors: ST80-ul.282, ST80-ct.264<br>
<br>
Merges ST80-ct.264:<br>
        Add inspect item to ST80 window blue-button menu.<br>
<br>
=============== Diff against ST80-ul.282 ===============<br>
<br>
Item was changed:<br>
  ----- Method: StandardSystemController>>blueButtonActivity (in category 'control defaults') -----<br>
  blueButtonActivity<br>
  <br>
         | menu |<br>
         menu := SelectionMenu<br>
                 labels:<br>
  'edit label<br>
  choose color...<br>
  two-tone/full color<br>
+ inspect<br>
  move<br>
  frame<br>
  full screen<br>
  collapse<br>
  close'<br>
+        lines: #(4 8)<br>
+        selections: #(label chooseColor toggleTwoTone inspect move reframe fullScreen collapse close).<br>
-        lines: #(3 7)<br>
-        selections: #(label chooseColor toggleTwoTone move reframe fullScreen collapse close).<br>
         <br>
         menu invokeOn: self.!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>