Support custom size for string params for extensions
Effect-style extensions can control the content of the dialog but have limited control on the sizing. This commit allows extensions to control the starting width/height for the string entry.
-1 for either will leave the respective dimension to its default.
| Default | 300x300 | -1x-1 |
|---|---|---|
![]() |
![]() |
![]() |
Let me know if we should build this more generically for all params. Also, I didn't make any documentation changes - I could use a pointer on where to make that change.


