Hi all,
I’m using the Human UI plugin and trying to lay out two buttons side-by-side using a Simple Grid. My goal is:
[Button1] [Button2]
I’ve tried the following inputs in the Column Definitions field:
1*;1*
1*,1*
“1*;1*” (with quotes)
1 * ; 1 * (with spaces)
But in all cases, the component turns red, with no helpful error message.
Thanks in advance!