mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
No min sizes on mac
This commit is contained in:
@@ -197,9 +197,11 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
|||||||
m_advancedWidgetUi->proxyButton->setFixedWidth( buttonsWidth );
|
m_advancedWidgetUi->proxyButton->setFixedWidth( buttonsWidth );
|
||||||
m_advancedWidgetUi->aclEntryClearButton->setFixedWidth( buttonsWidth );
|
m_advancedWidgetUi->aclEntryClearButton->setFixedWidth( buttonsWidth );
|
||||||
|
|
||||||
|
#ifndef Q_OS_MAC
|
||||||
m_advancedWidget->setMinimumSize( m_advancedWidget->sizeHint() );
|
m_advancedWidget->setMinimumSize( m_advancedWidget->sizeHint() );
|
||||||
m_accountsWidget->setMinimumWidth( 500 );
|
m_accountsWidget->setMinimumWidth( 500 );
|
||||||
|
#endif
|
||||||
|
|
||||||
// NOW PLAYING
|
// NOW PLAYING
|
||||||
// #ifdef Q_WS_MAC
|
// #ifdef Q_WS_MAC
|
||||||
// ui->checkBoxEnableAdium->setChecked( s->nowPlayingEnabled() );
|
// ui->checkBoxEnableAdium->setChecked( s->nowPlayingEnabled() );
|
||||||
|
Reference in New Issue
Block a user