mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
Try to make SocialWidget nice on Mac, take 3.
This commit is contained in:
parent
015a76f831
commit
8dcd8143cb
@ -45,7 +45,11 @@ SocialWidget::SocialWidget( QWidget* parent )
|
||||
setWindowFlags( Qt::FramelessWindowHint );
|
||||
setWindowFlags( Qt::Popup );
|
||||
TomahawkUtils::unmarginLayout( layout() );
|
||||
#ifndef Q_OS_MAC
|
||||
ui->verticalLayout->setContentsMargins( 12, 4, 12, 12 );
|
||||
#else
|
||||
ui->verticalLayout->setContentsMargins( 8, 0, 8, 12 );
|
||||
#endif
|
||||
|
||||
|
||||
setAttribute( Qt::WA_TranslucentBackground, true );
|
||||
|
Loading…
x
Reference in New Issue
Block a user