diff --git a/src/yarpmotorgui/sliderWithTarget.h b/src/yarpmotorgui/sliderWithTarget.h index 8da96835b3..bd560f394c 100644 --- a/src/yarpmotorgui/sliderWithTarget.h +++ b/src/yarpmotorgui/sliderWithTarget.h @@ -20,7 +20,7 @@ class SliderWithTarget : public QSlider bool enableViewLabel = true; bool enableViewTargetBox = true; bool enableViewTargetValue = false; - int number_of_decimals = 0; + int number_of_decimals = 2; bool disableClickOutOfHandle; SliderWithTarget(QWidget * parent = 0); ~SliderWithTarget();