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:
parent
8d6b4d1cd3
commit
6854bffb8f
@ -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() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user