added new knob: knobGreen_17

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@83 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andreas Brandmaier
2006-02-18 15:31:02 +00:00
parent e953ad1051
commit d166072924
2 changed files with 8 additions and 0 deletions

BIN
resources/knob04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 B

View File

@@ -238,6 +238,14 @@ void knob::drawKnob( QPainter * _p )
(int)( ym - ca*re ) + 1 );
break;
}
case knobGreen_17:
{
_p->setPen( QPen( QColor( 0, 200, 0 ), 2 ) );
_p->drawLine( (int)( xm-sa ), (int)( ym-ca ),
(int)( xm - sa*radius ),
(int)( ym - ca*radius ) );
break;
}
}
}