1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-07 09:32:58 +02:00

No min sizes on mac

This commit is contained in:
Leo Franchi 2012-08-08 17:27:35 -04:00
parent 10fb76b92b
commit 3f707790c4

View File

@ -197,9 +197,11 @@ SettingsDialog::SettingsDialog(QObject *parent )
m_advancedWidgetUi->proxyButton->setFixedWidth( buttonsWidth );
m_advancedWidgetUi->aclEntryClearButton->setFixedWidth( buttonsWidth );
#ifndef Q_OS_MAC
m_advancedWidget->setMinimumSize( m_advancedWidget->sizeHint() );
m_accountsWidget->setMinimumWidth( 500 );
#endif
// NOW PLAYING
// #ifdef Q_WS_MAC
// ui->checkBoxEnableAdium->setChecked( s->nowPlayingEnabled() );