mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Increase xaxis seconds mode autoscaling range a little
This commit is contained in:
parent
a8eee32891
commit
54a46c6aca
@ -148,7 +148,7 @@ void gXAxis::paint(QPainter &painter, gGraph &w, const QRegion ®ion)
|
||||
dividx = 0;
|
||||
divmax = 10;
|
||||
fitmode = 0;
|
||||
} else if (xx > 600000) { // Minutes
|
||||
} else if (xx > 1800000) { // Minutes
|
||||
fd = " j0:00";
|
||||
dividx = 10;
|
||||
divmax = 21;
|
||||
|
Loading…
Reference in New Issue
Block a user