1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

Fix layout in SocialWidget, take 2.

This commit is contained in:
Teo Mrnjavac 2012-10-20 20:10:07 +02:00
parent 1a0bb3e530
commit 022b11e7cb

View File

@ -45,7 +45,7 @@ SocialWidget::SocialWidget( QWidget* parent )
setWindowFlags( Qt::FramelessWindowHint );
setWindowFlags( Qt::Popup );
TomahawkUtils::unmarginLayout( layout() );
ui->verticalLayout->setMargin( 12 );
ui->verticalLayout->setContentsMargins( 12, 4, 12, 12 );
setAttribute( Qt::WA_TranslucentBackground, true );