lb302 artwork

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@612 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2007-11-25 01:58:09 +00:00
parent 9768dd3700
commit ceb8af84e9
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
2007-11-24 Paul Giblock <drfaygo/at/gmail/dot/com>
* plugins/lb302/lb302.cpp:
re-enabled lb302 background
* plugins/lb302/artwork.png:
updated skin I had sitting around
2007-11-23 Paul Giblock <drfaygo/at/gmail/dot/com>
* plugins/lb302/lb302.cpp:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -493,7 +493,7 @@ lb302Synth::lb302Synth( instrumentTrack * _channel_track ) :
connect( m_waveKnob, SIGNAL( valueChanged(float) ),
this, SLOT ( waveChanged( float ) ) );
setAutoFillBackground( FALSE );
setAutoFillBackground( TRUE );
QPalette pal;
pal.setBrush( backgroundRole(),
PLUGIN_NAME::getIconPixmap( "artwork" ) );