mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
Don't show spacers on osx in settings dialog
This commit is contained in:
@@ -116,6 +116,13 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
|||||||
m_proxySettings.setSizeGripEnabled( true );
|
m_proxySettings.setSizeGripEnabled( true );
|
||||||
QSizeGrip* p = m_proxySettings.findChild< QSizeGrip* >();
|
QSizeGrip* p = m_proxySettings.findChild< QSizeGrip* >();
|
||||||
p->setFixedSize( 0, 0 );
|
p->setFixedSize( 0, 0 );
|
||||||
|
|
||||||
|
ui->groupBoxNetworkAdvanced->layout()->removeItem( ui->verticalSpacer );
|
||||||
|
ui->groupBoxNetworkAdvanced->layout()->removeItem( ui->verticalSpacer_2 );
|
||||||
|
ui->groupBoxNetworkAdvanced->layout()->removeItem( ui->verticalSpacer_4 );
|
||||||
|
delete ui->verticalSpacer;
|
||||||
|
delete ui->verticalSpacer_2;
|
||||||
|
delete ui->verticalSpacer_4;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Accounts
|
// Accounts
|
||||||
|
Reference in New Issue
Block a user