From 73e47cccd67837351141f299c389c06775895af8 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Tue, 13 Sep 2011 02:41:28 +1000 Subject: [PATCH] Adjust graph margins a bit to hopefully stop cropping top line of text --- Graphs/gGraphView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index 83d33135..aafda712 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -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;