diff --git a/src/ui/albumcovermanager.cpp b/src/ui/albumcovermanager.cpp index 952b5cb0c..e8b7abf01 100644 --- a/src/ui/albumcovermanager.cpp +++ b/src/ui/albumcovermanager.cpp @@ -327,8 +327,9 @@ void AlbumCoverManager::ArtistChanged(QListWidgetItem* current) { // Don't show songs without an album, obviously if (info.album_name.isEmpty()) continue; + QIcon no_cover(no_cover_icon_.pixmap(120, 120)); QListWidgetItem* item = - new QListWidgetItem(no_cover_icon_, info.album_name, ui_->albums); + new QListWidgetItem(no_cover, info.album_name, ui_->albums); item->setData(Role_ArtistName, info.artist); item->setData(Role_AlbumName, info.album_name); item->setData(Role_FirstUrl, info.first_url); diff --git a/src/ui/albumcovermanager.ui b/src/ui/albumcovermanager.ui index d95b7aff2..0b127665a 100644 --- a/src/ui/albumcovermanager.ui +++ b/src/ui/albumcovermanager.ui @@ -19,7 +19,16 @@ - + + 0 + + + 0 + + + 0 + + 0 @@ -49,7 +58,16 @@ 0 - + + 0 + + + 0 + + + 0 + + 0 @@ -171,6 +189,18 @@ 0 + + 5 + + + 5 + + + 5 + + + 5 + @@ -184,6 +214,22 @@ + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 5 + + + +