From 96d51db7dca5d928ec201b0ef2ba306a850bb054 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Mon, 21 Jul 2014 02:56:40 +1000 Subject: [PATCH] More alignment stuff --- sleepyhead/Graphs/gLineChart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/Graphs/gLineChart.cpp b/sleepyhead/Graphs/gLineChart.cpp index 4ac6c8d4..186e8eb7 100644 --- a/sleepyhead/Graphs/gLineChart.cpp +++ b/sleepyhead/Graphs/gLineChart.cpp @@ -266,7 +266,7 @@ void gLineChart::paint(QPainter &painter, gGraph &w, const QRegion ®ion) int wid, h; GetTextExtent(text, wid, h); - w.renderText(text, left + width/2 - wid/2, top-h+4); + w.renderText(text, left + width/2 - wid/2, top-h+7); } }