improved effect-view-artwork

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@796 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-16 13:09:09 +00:00
parent ab25b09935
commit 8def525164
2 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@@ -246,7 +246,10 @@ void effectView::paintEvent( QPaintEvent * )
f.setBold( TRUE );
p.setFont( f );
p.drawText( 5, 52, getEffect()->publicName() );
p.setPen( QColor( 64, 64, 64 ) );
p.drawText( 6, 55, getEffect()->publicName() );
p.setPen( Qt::white );
p.drawText( 5, 54, getEffect()->publicName() );
}