Skip to content

Commit

Permalink
Merge pull request #3151 from isorrentino/patch-1
Browse files Browse the repository at this point in the history
Update default number of decimals for the slider of the motorgui from 0 to 2
  • Loading branch information
randaz81 authored Dec 3, 2024
2 parents 40e3ef2 + e46631a commit 30f5608
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 30f5608

Please sign in to comment.