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:
@@ -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 |
@@ -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" ) );
|
||||
|
||||
Reference in New Issue
Block a user