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:
parent
10fb76b92b
commit
3f707790c4
@ -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() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user