vlc | branch: master | Prince Gupta <guptaprince8...@gmail.com> | Wed Dec 23 
22:43:15 2020 +0530| [95faea43be2bc7621b770e8f943a612d157578e9] | committer: 
Pierre Lamot

qml: change color of Widgets.IconLabel

Signed-off-by: Pierre Lamot <pie...@videolabs.io>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95faea43be2bc7621b770e8f943a612d157578e9
---

 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

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to