mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 04:42:28 -04:00
Move the Wide Graph's green bar for FTol up 3 pixels.
This commit is contained in:
parent
503c2cc242
commit
55115a2955
@ -534,7 +534,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
|
|||||||
if(m_mode=="FST280") {
|
if(m_mode=="FST280") {
|
||||||
x1=XfromFreq(m_rxFreq-m_tol);
|
x1=XfromFreq(m_rxFreq-m_tol);
|
||||||
x2=XfromFreq(m_rxFreq+m_tol);
|
x2=XfromFreq(m_rxFreq+m_tol);
|
||||||
painter0.drawLine(x1,29,x2,29); // Mark the Tol range
|
painter0.drawLine(x1,26,x2,26); // Mark the Tol range
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user