mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Only set min width
This commit is contained in:
@@ -199,7 +199,7 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
||||
|
||||
|
||||
m_advancedWidget->setMinimumSize( m_advancedWidget->sizeHint() );
|
||||
m_accountsWidget->setMinimumSize( 500, 400 );
|
||||
m_accountsWidget->setMinimumWidth( 500 );
|
||||
// NOW PLAYING
|
||||
// #ifdef Q_WS_MAC
|
||||
// ui->checkBoxEnableAdium->setChecked( s->nowPlayingEnabled() );
|
||||
|
Reference in New Issue
Block a user