Add Stereomatrix artwork

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1212 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-29 15:06:41 +00:00
parent 22f15c3955
commit 51558028c8
4 changed files with 22 additions and 20 deletions

View File

@@ -70,7 +70,7 @@ lfoControllerDialog::lfoControllerDialog( controller * _model, QWidget * _parent
title.append( " (" );
title.append( _model->name() );
title.append( ")" );
setWindowTitle( tr( "LFO (name)" ) );
setWindowTitle( title );
setWindowIcon( embed::getIconPixmap( "controller" ) );
setFixedSize( 240, 80 );