mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-05 08:32:42 +02:00
Only set min width
This commit is contained in:
parent
b8ccc250a9
commit
8528ba7c72
@ -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() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user