Skip to content

Commit

Permalink
Update sliderWithTarget.h updating number of decimals to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
isorrentino authored and randaz81 committed Dec 3, 2024
1 parent 40e3ef2 commit e46631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yarpmotorgui/sliderWithTarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e46631a

Please sign in to comment.