From 52984a507a5052e65a590356f0acabef77774966 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 21 Jul 2020 14:11:11 -0400 Subject: [PATCH] Move the WSPR frequency range indicator (green line) 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 f5cf5c463..56ed25daf 100644 --- a/widgets/plotter.cpp +++ b/widgets/plotter.cpp @@ -480,7 +480,7 @@ void CPlotter::DrawOverlay() //DrawOverlay() if(m_mode=="WSPR") { x1=XfromFreq(1400); x2=XfromFreq(1600); - painter0.drawLine(x1,29,x2,29); + painter0.drawLine(x1,26,x2,26); } if(m_mode=="FST240W") {