1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-29 11:58:24 +02:00

qml/PlaylistListView: update background color

use 'bgAlt' constant for background color
This commit is contained in:
Prince Gupta 2021-07-14 20:44:31 +05:30 committed by Jean-Baptiste Kempf
parent 526cd11414
commit 136839ed90

View File

@ -103,7 +103,7 @@ FocusScope {
Rectangle {
id: parentRect
anchors.fill: parent
color: colors.banner
color: colors.bgAlt
onActiveFocusChanged: {
if (activeFocus)