qml/BrowseDeviceView: Remove 'foregroundColor' on header

This commit is contained in:
Benjamin Arnaud 2023-02-09 12:24:18 +01:00 committed by Steve Lhomme
parent 20894ed37c
commit 0eb309375a
1 changed files with 0 additions and 2 deletions

View File

@ -351,8 +351,6 @@ FocusScope {
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
font.pixelSize: VLCStyle.icon_tableHeader
color: parent.foregroundColor
}
}