Skip to content
Snippets Groups Projects
Commit 3f12e672 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

qml/MusicArtistAlbums: add left border in artists list

parent 2700ed65
No related branches found
No related tags found
No related merge requests found
......@@ -249,6 +249,18 @@ FocusScope {
}
}
Rectangle {
// id: musicArtistLeftBorder
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.right: parent.right
width: VLCStyle.border
color: VLCStyle.colors.border
}
Widgets.HorizontalResizeHandle {
id: resizeHandle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment