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

Trying to have nice margins on Mac, take 2.

This commit is contained in:
Teo Mrnjavac 2012-10-20 19:36:24 +02:00
parent 676a8c1b40
commit 79b9b1c6d3

View File

@ -52,6 +52,9 @@ AccountsToolButton::AccountsToolButton( QWidget* parent )
TomahawkUtils::unmarginLayout( w->layout() );
w->setContentsMargins( 6, 6, 6, 6 );
#ifdef Q_OS_MAC
wMainLayout->setMargin( 6 );
#endif
m_popup->setWidget( w );
connect( m_popup, SIGNAL( hidden() ), SLOT( popupHidden() ) );