Is it possible to match the height for the rows ?
So for example if let’s say column 1 calculated height is 50px, and column 2 is 60, I want to keep them both at 60, and add padding to column 1.
I tried to do this with auto layout but I couldn’t get the first column to match the height the second one.