1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 10:33:59 +02:00

Try to fix ugly shadow on SocialWidget on Windows, take 2.

This commit is contained in:
Teo Mrnjavac
2012-11-17 20:29:01 +01:00
parent 3ec1ddda0f
commit b824f2e2e5

View File

@@ -40,8 +40,8 @@ SocialWidget::SocialWidget( QWidget* parent )
, m_parentRect( parent->rect() )
{
ui->setupUi( this );
setWindowFlags( Qt::FramelessWindowHint );
#ifndef Q_OS_WIN
setWindowFlags( Qt::FramelessWindowHint );
setWindowFlags( Qt::Popup );
#endif
setAttribute( Qt::WA_TranslucentBackground, true );