Skip to content

Commit e46631a

Browse files
isorrentinorandaz81
authored andcommitted
Update sliderWithTarget.h updating number of decimals to 2
1 parent 40e3ef2 commit e46631a

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)