From e95dddd0d8fb5748a938ac78c64916f75dc4afe5 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 5 Mar 2016 12:20:15 +0100 Subject: [PATCH] GLSpectrum: reduce width of frequency scale channel overlays so that they do not overlap with text --- sdrbase/gui/glspectrum.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdrbase/gui/glspectrum.cpp b/sdrbase/gui/glspectrum.cpp index a16670ece..8c839ffdb 100644 --- a/sdrbase/gui/glspectrum.cpp +++ b/sdrbase/gui/glspectrum.cpp @@ -1013,8 +1013,8 @@ void GLSpectrum::paintGL() #else { GLfloat q3[] { - 1, 0.5, - 0, 0.5, + 1, 0.2, + 0, 0.2, 0, 0, 1, 0, 0.5, 0,