mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Adjust graph margins a bit to hopefully stop cropping top line of text
This commit is contained in:
parent
8eae064dcc
commit
73e47cccd6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user