1

Changing desaturation constant

This commit is contained in:
Alex Yatskov 2014-09-25 18:59:38 +09:00
parent fcab0c5ece
commit 1fa312db52

View File

@ -363,7 +363,7 @@ function Column(canvas, name, params, scale, range, bounds) {
};
this.handleSize = 10;
this.desatOffset = -0.40;
this.desatOffset = -0.3;
this.hintSize = 10;
this.labelFontSize = 15;
this.labelSize = 20;