From 55115a295555409d84e7b210b52b4effd44092c0 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 23 Jun 2020 15:15:45 -0400 Subject: [PATCH] Move the Wide Graph's green bar for FTol up 3 pixels. --- widgets/plotter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/plotter.cpp b/widgets/plotter.cpp index c25ba6306..947f6a0e5 100644 --- a/widgets/plotter.cpp +++ b/widgets/plotter.cpp @@ -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 } }