diff --git a/plugins/sf2_player/artwork.png b/plugins/sf2_player/artwork.png index c0c30173c..b274dc432 100644 Binary files a/plugins/sf2_player/artwork.png and b/plugins/sf2_player/artwork.png differ diff --git a/plugins/sf2_player/sf2_player.cpp b/plugins/sf2_player/sf2_player.cpp index 69d3dd632..2467e717c 100644 --- a/plugins/sf2_player/sf2_player.cpp +++ b/plugins/sf2_player/sf2_player.cpp @@ -863,7 +863,7 @@ sf2InstrumentView::sf2InstrumentView( Instrument * _instrument, m_reverbButton = new pixmapButton( this ); m_reverbButton->setCheckable( true ); - m_reverbButton->move( 24, 176 ); + m_reverbButton->move( 14, 180 ); m_reverbButton->setActiveGraphic( PLUGIN_NAME::getIconPixmap( "reverb_on" ) ); m_reverbButton->setInactiveGraphic( PLUGIN_NAME::getIconPixmap( @@ -905,7 +905,7 @@ sf2InstrumentView::sf2InstrumentView( Instrument * _instrument, m_chorusButton = new pixmapButton( this ); m_chorusButton->setCheckable( true ); - m_chorusButton->move( 24, 222 ); + m_chorusButton->move( 14, 226 ); m_chorusButton->setActiveGraphic( PLUGIN_NAME::getIconPixmap( "chorus_on" ) ); m_chorusButton->setInactiveGraphic( PLUGIN_NAME::getIconPixmap(