We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40e3ef2 + e46631a commit 30f5608Copy full SHA for 30f5608
src/yarpmotorgui/sliderWithTarget.h
@@ -20,7 +20,7 @@ class SliderWithTarget : public QSlider
20
bool enableViewLabel = true;
21
bool enableViewTargetBox = true;
22
bool enableViewTargetValue = false;
23
- int number_of_decimals = 0;
+ int number_of_decimals = 2;
24
bool disableClickOutOfHandle;
25
SliderWithTarget(QWidget * parent = 0);
26
~SliderWithTarget();
0 commit comments