Adjust graph margins a bit to hopefully stop cropping top line of text

This commit is contained in:
Mark Watkins 2011-09-13 02:41:28 +10:00
parent 8eae064dcc
commit 73e47cccd6

View File

@ -538,9 +538,9 @@ gGraph::gGraph(gGraphView *graphview,QString title,int height,short group) :
} else {
qWarning() << "gGraph created without a gGraphView container.. Naughty programmer!! Bad!!!";
}
m_margintop=12;
m_margintop=14;
m_marginbottom=5;
m_marginleft=10;
m_marginleft=0;
m_marginright=15;
m_selecting_area=m_blockzoom=false;
m_lastx23=0;