When applying a UISizeConstraint to a child of a UITableLayout (row), the children of that Row are not properly constrained to their parent frame.
Explanation of the example above:
Line (red) is a row of UITableLayout. Line has a UISizeConstraint of MaxSize & MinSize of 24 on Y Axis
Line’s children, Speaker & Subtitles have Size {0.5, 0},{1, 0}.
Speaker & Subtitle are not 24 pixels as they should be, instead they are the size of the above parent.
Attached is the sample ScreenGui:
sample.rbxm (4.8 KB)