More alignment stuff

This commit is contained in:
Mark Watkins 2014-07-21 02:56:40 +10:00
parent 25890a3be8
commit 96d51db7dc

View File

@ -266,7 +266,7 @@ void gLineChart::paint(QPainter &painter, gGraph &w, const QRegion &region)
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);
}
}