mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 09:19:41 +01:00
Don't show spacers on osx in settings dialog
This commit is contained in:
parent
3b332d6d12
commit
b75a575f51
@ -116,6 +116,13 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
||||
m_proxySettings.setSizeGripEnabled( true );
|
||||
QSizeGrip* p = m_proxySettings.findChild< QSizeGrip* >();
|
||||
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
|
||||
|
||||
// Accounts
|
||||
|
Loading…
x
Reference in New Issue
Block a user