Skip to content

qml: layout adjustment in "MusicArtistsAlbums.qml" and refactor "MusicArtistDelegate.qml"

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/invalidanchor into master

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.

Merge request reports