mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10: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;
|
dividx = 0;
|
||||||
divmax = 10;
|
divmax = 10;
|
||||||
fitmode = 0;
|
fitmode = 0;
|
||||||
} else if (xx > 600000) { // Minutes
|
} else if (xx > 1800000) { // Minutes
|
||||||
fd = " j0:00";
|
fd = " j0:00";
|
||||||
dividx = 10;
|
dividx = 10;
|
||||||
divmax = 21;
|
divmax = 21;
|
||||||
|
Loading…
Reference in New Issue
Block a user