1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Disable drop-shadow effect.

This commit is contained in:
Christian Muehlhaeuser 2012-12-08 21:13:29 +01:00
parent 8d6b4d1cd3
commit 6854bffb8f

View File

@ -77,12 +77,12 @@ BasicHeader::BasicHeader( QWidget* parent )
m_captionLabel->setMargin( 2 );
m_descriptionLabel->setMargin( 2 );
QGraphicsDropShadowEffect* effect = new QGraphicsDropShadowEffect();
/* QGraphicsDropShadowEffect* effect = new QGraphicsDropShadowEffect();
effect->setBlurRadius( 4 );
effect->setXOffset( 0 );
effect->setYOffset( 0 );
effect->setColor( Qt::white );
m_captionLabel->setGraphicsEffect( effect );
m_captionLabel->setGraphicsEffect( effect );*/
// m_descriptionLabel->setGraphicsEffect( effect );
TomahawkUtils::unmarginLayout( layout() );