Retouched transport icons, commented stylesheet for better documentation, fixed faint line in bitinvader knob

This commit is contained in:
Vesa
2014-01-29 00:45:03 +02:00
parent f7d58114b2
commit c267265148
8 changed files with 68 additions and 32 deletions

View File

@@ -352,6 +352,7 @@ void knob::drawKnob( QPainter * _p )
}
case knobDark_28:
{
p.setPen( QPen( QApplication::palette().color( QPalette::Active, QPalette::WindowText ), 2 ) );
const float rb = qMax<float>( ( radius - 10 ) / 3.0,
0.0 );
const float re = qMax<float>( ( radius - 4 ), 0.0 );