mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
* Fixes for compiling new settings dialog on OSX.
This commit is contained in:
parent
70cb7bd92b
commit
8b42e88a8d
@ -120,22 +120,11 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
||||
setContentsMargins( 0, 4, 4, 4 );
|
||||
#endif
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
ui->listWidget->setFixedWidth( 83 );
|
||||
#endif
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
// Avoid resize handles on sheets on osx
|
||||
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