You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to have a button twice the width of anothe button, I thought that it's what the multiplier field is for in the layout constraints
But then there is no api for setting it, and when I tried to monkey-patch-set it like the offset does it it had no effect since, as far as I understood it, the multiplier isn't actually used anywhere in setting up layouts?
The text was updated successfully, but these errors were encountered:
If I want to have a button twice the width of anothe button, I thought that it's what the multiplier field is for in the layout constraints
But then there is no api for setting it, and when I tried to monkey-patch-set it like the
offset
does it it had no effect since, as far as I understood it, the multiplier isn't actually used anywhere in setting up layouts?The text was updated successfully, but these errors were encountered: