From 54a46c6aca624cff11d5bca01e19e2824e5eb708 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 18 Sep 2014 03:48:16 +1000 Subject: [PATCH] Increase xaxis seconds mode autoscaling range a little --- sleepyhead/Graphs/gXAxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/Graphs/gXAxis.cpp b/sleepyhead/Graphs/gXAxis.cpp index bc995ec2..08d832d2 100644 --- a/sleepyhead/Graphs/gXAxis.cpp +++ b/sleepyhead/Graphs/gXAxis.cpp @@ -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;