mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 17:29:42 +01:00
Don't let the Settings dialog be shrunk too much.
This commit is contained in:
parent
8b42e88a8d
commit
0dd2cb5f15
@ -193,6 +193,7 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
||||
{
|
||||
ui->dirTree->checkPath( dir, Qt::Checked );
|
||||
}
|
||||
ui->advancedPage->setMinimumSize( ui->advancedPage->sizeHint() );
|
||||
|
||||
// NOW PLAYING
|
||||
// #ifdef Q_WS_MAC
|
||||
|
Loading…
x
Reference in New Issue
Block a user