[vlc-devel] [PATCH 24/39] qml: change color of Widgets.IconLabel

Prince Gupta guptaprince8832 at gmail.com
Thu Jan 7 11:50:20 UTC 2021


---
 modules/gui/qt/widgets/qml/IconLabel.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/widgets/qml/IconLabel.qml b/modules/gui/qt/widgets/qml/IconLabel.qml
index 9317cf35da..82366f9105 100644
--- a/modules/gui/qt/widgets/qml/IconLabel.qml
+++ b/modules/gui/qt/widgets/qml/IconLabel.qml
@@ -21,7 +21,7 @@ import "qrc:///style/"
 
 Label {
     elide: Text.ElideRight
-    color: VLCStyle.colors.text
+    color: VLCStyle.colors.icon
 
     font {
         pixelSize: VLCStyle.icon_small
-- 
2.25.1



More information about the vlc-devel mailing list