Adjust upper bound for EA stretches.

FEA: ItEr75S27PerProjectDashboard
This commit is contained in:
Nacho Barrientos 2011-11-22 18:00:55 +01:00 committed by Manuel Rego Casasnovas
parent ae2e82cc8f
commit 5cbd4d174f

View file

@ -51,7 +51,7 @@ public class DashboardModel {
public final static int EA_STRECHES_PERCENTAGE_SIZE = 10;
public final static int EA_STRECHES_MIN_VALUE = -100;
public final static int EA_STRECHES_MAX_VALUE = 200;
public final static int EA_STRECHES_MAX_VALUE = 150;
private Order currentOrder;
private Integer taskCount = null;