Remove 'Auto' cover size setting. Now cover sizes are based upon setting and font size.
This commit is contained in:
committed by
craig.p.drummond
parent
a54b2fef00
commit
4e48b6b9ff
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user