mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-21 04:58:38 -05:00
GLSpectrum: reduce width of frequency scale channel overlays so that they do not overlap with text
This commit is contained in:
parent
fa23c4536f
commit
e95dddd0d8
@ -1013,8 +1013,8 @@ void GLSpectrum::paintGL()
|
|||||||
#else
|
#else
|
||||||
{
|
{
|
||||||
GLfloat q3[] {
|
GLfloat q3[] {
|
||||||
1, 0.5,
|
1, 0.2,
|
||||||
0, 0.5,
|
0, 0.2,
|
||||||
0, 0,
|
0, 0,
|
||||||
1, 0,
|
1, 0,
|
||||||
0.5, 0,
|
0.5, 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user