Increase xaxis seconds mode autoscaling range a little

This commit is contained in:
Mark Watkins 2014-09-18 03:48:16 +10:00
parent a8eee32891
commit 54a46c6aca

View File

@ -148,7 +148,7 @@ void gXAxis::paint(QPainter &painter, gGraph &w, const QRegion &region)
dividx = 0;
divmax = 10;
fitmode = 0;
} else if (xx > 600000) { // Minutes
} else if (xx > 1800000) { // Minutes
fd = " j0:00";
dividx = 10;
divmax = 21;