Cosmetic change to histogram: added padding. Some minor code improvement

This commit is contained in:
Thanatomanic
2020-07-12 07:01:51 +02:00
parent dd7fd08f93
commit dced61b619
2 changed files with 21 additions and 21 deletions

View File

@@ -138,6 +138,8 @@ protected:
bool rawMode;
bool isPressed;
double movingPosition;
double padding = 5.0;
HistogramAreaIdleHelper* haih;