Container::rounded takes f64 directly #1052
Labels
D-Easy
just needs to be implemented
good first issue
requires little knowledge of druid's internals
widget
concerns a particular widget
The method Container::rounded takes a
f64
directly, instead of animpl Into<KeyOrValue<f64>>
. This seems to be an oversight. Fixing it would allow customisation throughEnv
keys, like with the other visual properties ofContainer
.The text was updated successfully, but these errors were encountered: