Resize points to avoid overlap
This commit is contained in:
parent
e918141eb7
commit
2f06553b0b
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ AHistoryGraph::AHistoryGraph() :
|
|||
iTextOffsetToGrid ( 3 ),
|
||||
iTextOffsetX ( 18 ),
|
||||
|
||||
iMarkerSizeNewCon ( 11 ),
|
||||
iMarkerSizeServSt ( 8 )
|
||||
iMarkerSizeNewCon ( 10 ),
|
||||
iMarkerSizeServSt ( 6 )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue