I am trying to have these UI corners align perfectly on other screens. How can I achieve this?
Currently, I am using the SizeConstraint: YY for my frames. Also where the, Days1 - 4, are I am using a UIListLayout with padding of {0, 6}. To keep the UI elements inside of it a square I am also using the SizeConstraint: YY. What should I do differently if I want to achieve the corners of Day5+ frame and the Days 1 - 4 to perfectly align together?