I can’t resize widget by one side, can i? How can I resize widget by one side?
What do you mean by “by one side”?
I’m not sure if this is what you’re looking for…
I create a global size of the shortest side (width or height) of the widget using the following formula:
$if(si(rwidth)/si(rheight)<1,si(rwidth),si(rheight))$
Then I size everything as a percentage of this global
e.g. $gv(size)*.33)$
for 33% of this global
1 Like