1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Don't let the Settings dialog be shrunk too much.

This commit is contained in:
Teo Mrnjavac
2012-08-03 15:46:57 +02:00
parent 8b42e88a8d
commit 0dd2cb5f15

View File

@@ -193,6 +193,7 @@ SettingsDialog::SettingsDialog( QWidget *parent )
{ {
ui->dirTree->checkPath( dir, Qt::Checked ); ui->dirTree->checkPath( dir, Qt::Checked );
} }
ui->advancedPage->setMinimumSize( ui->advancedPage->sizeHint() );
// NOW PLAYING // NOW PLAYING
// #ifdef Q_WS_MAC // #ifdef Q_WS_MAC