I’m trying to work with the stepper widget. Step size: 0.1 units. The linked variable is a float. In the stepper widget settings, there is no possibility to display values rounded to a number of digits (in my case, this would be one digit), despite even the (simpler) value widget having this possibility.
Result: values with fractions display the full floating point number (I believe this is a design error, but I could be wrong of course). Example: 1.2 displays as 1.2000000476837158 - which looks more than ugly. But my question: does anyone have a workaround for this ? That would be much appreciated !