I have a layout that I built using StackView
. So I have a StackView
vertical with some TextField
, and two StackView
horizontal inside. I want now to change the height of textfields, which the inspector will not let me do.
The layout looks like this:
Andonceit'ssetup:
Does anyone know if it's possible to make this change at the time? Or is it some problem with constraint
?