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

qml/MainDisplay: add left border in PlaylistListView column

parent 8ce09501
No related branches found
No related tags found
1 merge request!418qml: update "night" theme
......@@ -332,6 +332,16 @@ FocusScope {
stackView.forceActiveFocus()
}
Rectangle {
// id: playlistLeftBorder
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.left: parent.left
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