1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +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 { Rectangle {
id: parentRect id: parentRect
anchors.fill: parent anchors.fill: parent
color: colors.banner color: colors.bgAlt
onActiveFocusChanged: { onActiveFocusChanged: {
if (activeFocus) if (activeFocus)