Oscilloscope, tripleosc gfx fix

This commit is contained in:
Vesa
2014-01-25 03:47:42 +02:00
parent 485d4fc595
commit 84926cae4c
4 changed files with 6 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ void visualizationWidget::paintEvent( QPaintEvent * )
// and set color according to that...
if( max_level * master_output < 0.9 )
{
p.setPen( QColor( 128, 224, 128 ) );
p.setPen( QColor( 71, 253, 133 ) );
}
else if( max_level * master_output < 1.0 )
{