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:
Binary file not shown.
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 8.2 KiB |
@@ -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() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user