diff --git a/src/widgets/AccountsToolButton.cpp b/src/widgets/AccountsToolButton.cpp index dc57c3821..96716b585 100644 --- a/src/widgets/AccountsToolButton.cpp +++ b/src/widgets/AccountsToolButton.cpp @@ -53,7 +53,7 @@ AccountsToolButton::AccountsToolButton( QWidget* parent ) w->setContentsMargins( 6, 6, 6, 6 ); #ifdef Q_OS_MAC - wMainLayout->setMargin( 6 ); + wMainLayout->setMargin( 12 ); #endif m_popup->setWidget( w ); @@ -88,6 +88,7 @@ AccountsToolButton::AccountsToolButton( QWidget* parent ) window(), SLOT( showSettingsDialog() ) ); QHBoxLayout *bottomLayout = new QHBoxLayout( w ); + TomahawkUtils::unmarginLayout( bottomLayout ); bottomLayout->addStretch(); bottomLayout->addWidget( settingsButton ); wMainLayout->addLayout( bottomLayout );