Remove 'Auto' cover size setting. Now cover sizes are based upon setting and font size.

This commit is contained in:
craig.p.drummond
2013-02-07 18:47:50 +00:00
committed by craig.p.drummond
parent a54b2fef00
commit 4e48b6b9ff
5 changed files with 21 additions and 35 deletions

View File

@@ -37,7 +37,6 @@ static void addImageSizes(QComboBox *box)
box->addItem(i18n("Medium"), MusicLibraryItemAlbum::CoverMedium);
box->addItem(i18n("Large"), MusicLibraryItemAlbum::CoverLarge);
box->addItem(i18n("Extra Large"), MusicLibraryItemAlbum::CoverExtraLarge);
box->addItem(i18n("Automatic"), MusicLibraryItemAlbum::CoverAuto);
}
static void addViewTypes(QComboBox *box, bool iconMode=false, bool groupedTree=false)