1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

qml/VideoInfoExpandPanel: use 'expandDelegate' color constant for background

This commit is contained in:
Prince Gupta 2021-07-28 04:56:19 -07:00 committed by Jean-Baptiste Kempf
parent 6bd293413b
commit 84b568ee9e

View File

@ -44,7 +44,7 @@ FocusScope {
implicitHeight: contentLayout.implicitHeight + ( VLCStyle.margin_normal * 2 )
width: parent.width
color: VLCStyle.colors.bgAlt
color: VLCStyle.colors.expandDelegate
Rectangle {
anchors {