1
0
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:
Leo Franchi 2012-09-28 10:08:27 -04:00
parent 36c2c458a2
commit 346f862e43

View File

@ -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