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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user