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:
parent
676a8c1b40
commit
79b9b1c6d3
@ -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() ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user