diff --git a/src/AccountFactoryWrapper.cpp b/src/AccountFactoryWrapper.cpp index 2704d3830..0bf60f634 100644 --- a/src/AccountFactoryWrapper.cpp +++ b/src/AccountFactoryWrapper.cpp @@ -58,7 +58,7 @@ AccountFactoryWrapper::AccountFactoryWrapper( AccountFactory* factory, QWidget* #ifdef Q_OS_MAC setContentsMargins( 0, 0, 0, 0 ); - m_ui->verticalLayout->setSpacing( 4 ); + m_ui->verticalLayout->setSpacing( 6 ); #endif } diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp index e3f73d2b3..2f7e5ec10 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -112,7 +112,6 @@ SettingsDialog::SettingsDialog( QWidget *parent ) connect( accountDelegate, SIGNAL( openConfig( Tomahawk::Accounts::AccountFactory* ) ), this, SLOT( openAccountFactoryConfig( Tomahawk::Accounts::AccountFactory* ) ) ); connect( accountDelegate, SIGNAL( update( QModelIndex ) ), ui->accountsView, SLOT( update( QModelIndex ) ) ); - connect( ui->accountsView, SIGNAL( customContextMenuRequested( QPoint ) ), this, SLOT( accountContextMenuRequest( QPoint ) ) ); m_accountModel = new AccountModel( this ); ui->accountsView->setModel( m_accountModel );