<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}
p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>Yes, when the proportions add up to one or grater than one the behavior seems consistent and I understand it. With my original question I wanted to point out that the less than one case seems inconsistent. It works differently for one possible combination out of the four. (column/row direction and  proportionalHeight/proportionalWidth dynamic sizing) <br></div><div><br></div><div>I suppose the intended behavior of the less than one case is to occupy only part of the available area. And this is what we see with the row-proportionalHeight, row-proportionalWidth and column-proportionalWidth cases. But strangely the column-proportionalHeight combination deviates and fills up the entire area. <br></div><div class="align-center" style="position:relative;margin-top:1em;margin-right:0px;margin-bottom:1em;margin-left:0px;text-align:center;"><img style="max-width:100%;height:auto;" src="cid:16913119448690.2886135194513999@content.messagingengine.com"><br></div><div>Regards,<br></div><div>Szabolcs<br></div><div><br></div><div>On Sun, Aug 6, 2023, at 00:05, Hilaire Fernandes wrote:<br></div><blockquote type="cite" id="qt" style=""><div>This looks normal to me. It just mean that if you add *one* morph to a <br></div><div>layout morph it will occupy all its space. This is the default behavior. <br></div><div>If your added up proportion is greater than 1, I expect it to be <br></div><div>normalized to add up to 1. Should be possible to check that in the <br></div><div>layout code.<br></div><div><br></div><div>Hilaire<br></div><div><br></div><div>Le 05/08/2023 à 22:06, Szabolcs Komáromi a écrit :<br></div><div>> But the most simple disproof about the proportions should be 1 in <br></div><div>> total is the initialize method of LayoutSpec. It will set the <br></div><div>> proportional ratios 1.0. So if we have 2 submorphs initialized this <br></div><div>> way we will have the combined ratios of 2 in total.  And the submorphs <br></div><div>> will have 50% (1/2) of the total area.<br></div><div>><br></div><div><br></div></blockquote><div><br></div></body></html>