Skip to content

Commit 30f5608

Browse files
authored
Merge pull request #3151 from isorrentino/patch-1
Update default number of decimals for the slider of the motorgui from 0 to 2
2 parents 40e3ef2 + e46631a commit 30f5608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yarpmotorgui/sliderWithTarget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class SliderWithTarget : public QSlider
2020
bool enableViewLabel = true;
2121
bool enableViewTargetBox = true;
2222
bool enableViewTargetValue = false;
23-
int number_of_decimals = 0;
23+
int number_of_decimals = 2;
2424
bool disableClickOutOfHandle;
2525
SliderWithTarget(QWidget * parent = 0);
2626
~SliderWithTarget();

0 commit comments

Comments
 (0)