mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-02 04:10:20 +02:00
Fix layout in SocialWidget, take 2.
This commit is contained in:
@@ -45,7 +45,7 @@ SocialWidget::SocialWidget( QWidget* parent )
|
|||||||
setWindowFlags( Qt::FramelessWindowHint );
|
setWindowFlags( Qt::FramelessWindowHint );
|
||||||
setWindowFlags( Qt::Popup );
|
setWindowFlags( Qt::Popup );
|
||||||
TomahawkUtils::unmarginLayout( layout() );
|
TomahawkUtils::unmarginLayout( layout() );
|
||||||
ui->verticalLayout->setMargin( 12 );
|
ui->verticalLayout->setContentsMargins( 12, 4, 12, 12 );
|
||||||
|
|
||||||
|
|
||||||
setAttribute( Qt::WA_TranslucentBackground, true );
|
setAttribute( Qt::WA_TranslucentBackground, true );
|
||||||
|
Reference in New Issue
Block a user