Su386
Su386
> Is there a particular use case for this that cannot be circumvented by designing the component hierarchy differently?  I personally encountered it here, where each of the announcements...
Although that wouldn't use percents tho. Could a possible change be letting sibling constraint have a percent parameter (if there isn't already)?
Percent of width or percent of height. From my understanding, the pad in the SiblingConstraint is the same as say ``5.pixels``. Is there any way to get the pad to...
The parent component's width/height, same as if you were to do ``x = 5.percent``
Oh right! Thank you!