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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -104,6 +104,11 @@ QScrollBar:vertical {
margin: 13px 0px;
}
visualizationWidget, cpuloadWidget {
background: none;
border: none;
}
/* scrollbar: trough clicky things */
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

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 )
{