<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>