From 2d63c59428ef3f634ceabae3805002ae081e36f7 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Tue, 13 Sep 2011 12:54:19 +1000 Subject: [PATCH] XTicker summary chart improvement #2 --- Graphs/gXAxis.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Graphs/gXAxis.cpp b/Graphs/gXAxis.cpp index a99e23b3..8d308367 100644 --- a/Graphs/gXAxis.cpp +++ b/Graphs/gXAxis.cpp @@ -189,9 +189,10 @@ void gXAxis::paint(gGraph & w,int left,int top, int width, int height) tmpstr=QString("%1:%2:%3:%4").arg(h,2,10,QChar('0')).arg(m,2,10,QChar('0')).arg(s,2,10,QChar('0')).arg(ms,3,10,QChar('0')); } - int tx=px; + int tx=px-x/2.0; GetTextExtent(tmpstr,x,y); // this only really needs running once :( - if (m_utcfix) tx+=step_pixels/2.0-x/2.0; + if (m_utcfix) + tx+=step_pixels/2.0; w.renderText(tmpstr,tx,top+18); py=px; for (int j=1;j