mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
* Disable drop-shadow effect.
This commit is contained in:
@@ -77,12 +77,12 @@ BasicHeader::BasicHeader( QWidget* parent )
|
|||||||
m_captionLabel->setMargin( 2 );
|
m_captionLabel->setMargin( 2 );
|
||||||
m_descriptionLabel->setMargin( 2 );
|
m_descriptionLabel->setMargin( 2 );
|
||||||
|
|
||||||
QGraphicsDropShadowEffect* effect = new QGraphicsDropShadowEffect();
|
/* QGraphicsDropShadowEffect* effect = new QGraphicsDropShadowEffect();
|
||||||
effect->setBlurRadius( 4 );
|
effect->setBlurRadius( 4 );
|
||||||
effect->setXOffset( 0 );
|
effect->setXOffset( 0 );
|
||||||
effect->setYOffset( 0 );
|
effect->setYOffset( 0 );
|
||||||
effect->setColor( Qt::white );
|
effect->setColor( Qt::white );
|
||||||
m_captionLabel->setGraphicsEffect( effect );
|
m_captionLabel->setGraphicsEffect( effect );*/
|
||||||
// m_descriptionLabel->setGraphicsEffect( effect );
|
// m_descriptionLabel->setGraphicsEffect( effect );
|
||||||
|
|
||||||
TomahawkUtils::unmarginLayout( layout() );
|
TomahawkUtils::unmarginLayout( layout() );
|
||||||
|
Reference in New Issue
Block a user