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
Currently element_text supports numbers and lists for parameters.
Numbers make sense but the list implementation is quite confusing in my opinion. Support for a dictionary that takes "top", "bottom", "left", "right" and/or "t", "b", "l", "r" as keys and a number as a value would be a very clean implementation.
The text was updated successfully, but these errors were encountered:
Currently
element_text
supports numbers and lists for parameters.Numbers make sense but the list implementation is quite confusing in my opinion. Support for a dictionary that takes
"top", "bottom", "left", "right"
and/or"t", "b", "l", "r"
as keys and a number as a value would be a very clean implementation.The text was updated successfully, but these errors were encountered: