mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-04 16:12:24 +02:00
Try a lighter drop shadow
This commit is contained in:
parent
36c2c458a2
commit
346f862e43
@ -597,7 +597,7 @@ addDropShadow( const QPixmap& source, const QSize& targetSize )
|
||||
{
|
||||
const QPoint offset( 2, 4 );
|
||||
const int radius = 4;
|
||||
const QColor shadowColor( 63, 63, 63, 120 );
|
||||
const QColor shadowColor( 100, 100, 100, 100 );
|
||||
|
||||
// If there is no targetSize, then return a larger pixmap with the shadow added on
|
||||
// otherwise, return a bounded pixmap and shrink the source
|
||||
|
Loading…
x
Reference in New Issue
Block a user