<div dir="ltr"><div>Hi.</div><div><br></div><div>I attach some fixes to the window resizes. The calculations were off.</div><div><br></div><div>TODO: fix #tileOpenWindows. Doesn't work well for many windows.</div><div><br></div><div>Mariano<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 24, 2024 at 1:05 PM Mariano Montone <<a href="mailto:marianomontone@gmail.com">marianomontone@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">It may be better if I reimplement the TileResizeMorph and avoid touching #allowedArea. So wait ...<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 24, 2024 at 11:16 AM Mariano Montone <<a href="mailto:marianomontone@gmail.com" target="_blank">marianomontone@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello,</div><div>      windows tile resize is broken in current Cuis. The fix I found is replace the current definition of SystemWindow>>allowedArea with:</div><div><br></div><div>SystemWindow>>allowedArea<br>    "^(RealEstateAgent maximumUsableAreaInWorld: self world) insetBy: Theme current fullScreenDeskMargin"<br>    ^ 0@0 extent: Display extent</div><div><br></div><div>I imagine the RealEstateAgent is there for a good reason, but I think it is fine to use the whole Display extent for tiling resizes.</div><div>Also, I don't observe bad behaviour for maximize button after the change.</div><div><br></div><div>Can somebody try the change and let me know what would be wrong with it?</div><div><br></div><div>Thanks,</div><div>    Mariano<br></div></div>
</blockquote></div>
</blockquote></div>