1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Merge branch 'master' into notificationcleanup

This commit is contained in:
Jeff Mitchell
2012-04-09 11:37:30 -04:00

View File

@@ -76,7 +76,7 @@ ContextWidget::ContextWidget( QWidget* parent )
ui->contextView->setScene( m_scene );
ui->contextView->setFrameShape( QFrame::NoFrame );
ui->contextView->setStyleSheet( "background: transparent" );
ui->contextView->setStyleSheet( "QGraphicsView { background: transparent; }" );
ui->contextView->setAttribute( Qt::WA_MacShowFocusRect, 0 );
ui->contextView->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding );