mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 07:19:42 +01:00
small cleanup
This commit is contained in:
parent
9ab47d769b
commit
41b146f38a
@ -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
|
||||
}
|
||||
|
||||
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user