<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Uh ... not sure about this one. You try to manage two (or more) elements on a screen here. Sounds like a job for a (mediating) owner's layout policy. This proposal sounds rather brittle for the intended effect.<div><br></div><div>We should tackle this issue of overlapping pop-up stuff after the 5.3 release.</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 31.12.2019 22:38:14 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of ToolBuilder-Kernel was added to project The Inbox:<br>http://source.squeak.org/inbox/ToolBuilder-Kernel-tpr.135.mcz<br><br>==================== Summary ====================<br><br>Name: ToolBuilder-Kernel-tpr.135<br>Author: tpr<br>Time: 31 December 2019, 1:38:05.296265 pm<br>UUID: 85fb4bde-73a1-4dde-b7c2-bec1821f90eb<br>Ancestors: ToolBuilder-Kernel-mt.134<br><br>change the default position for progress bars to slightly below the center of the screen. This should at least help with cases where a notifier/conformer/informer pops up during a large package load and gets hidden behind the progress bar morph.<br>The Rectangle method should probably be moved back to Graphics-Primitives but by including it here we can avoid the potential for a dNU whilst loading this.<br><br>=============== Diff against ToolBuilder-Kernel-mt.134 ===============<br><br>Item was changed:<br>  ----- Method: ProgressInitiationException class>>preferredProgressBarPosition (in category 'accessing') -----<br>  preferredProgressBarPosition<br>+     ^ PreferredProgressBarPosition ifNil: [ #belowCenter ]!<br>-      ^ PreferredProgressBarPosition ifNil: [ #center ]!<br><br>Item was added:<br>+ ----- Method: Rectangle>>belowCenter (in category '*ToolBuilder-Kernel-accessing') -----<br>+ belowCenter<br>+       "Answer the point slightly below the center of the receiver. This is a good candidate spot for progress morphs to default to since it leaves room to see any other dialogues that default to screen center"<br>+ <br>+    ^self topLeft + self bottomRight // (2@1.7)!<br><br><br></div></blockquote>
                                        </div></body>