TL;DR
parametrized blueprint UI: make the input field for formula largerWhat?
Make the Formula input field longer. If worried about the width of the entire row, then maybe shorten the Name input field.Alternatively, put input field for Formula in a new row below (hidden by default). And only show the new row when the checkbox for Formula is checked.
Why?
When making mall blueprints and parametrizing recipes and their ingredients, I have formulas likemin(30*p0_i1/p0_t,p1_s)*2
The current input box can only show 1/3 of that, which makes it inconvenient/difficult to edit (after copy-pasting, change indices in the formula for each ingredient) as well as view (see at a glance if formulas for all ingredient are consistent with each other).
