Move the Wide Graph's green bar for FTol up 3 pixels.

This commit is contained in:
Joe Taylor 2020-06-23 15:15:45 -04:00
parent 503c2cc242
commit 55115a2955

View File

@ -534,7 +534,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
if(m_mode=="FST280") {
x1=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
}
}