qml: layout adjustment in "MusicArtistsAlbums.qml" and refactor "MusicArtistDelegate.qml"
Border is not anchored correctly in this file, it sits on top of the delegate. I also used RowLayout because it is not good idea to simulate fillWidth
manually.