[vlc-commits] qml: change color of Widgets.IconLabel
Prince Gupta
git at videolan.org
Thu Jan 14 14:42:27 UTC 2021
vlc | branch: master | Prince Gupta <guptaprince8832 at 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 <pierre at 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
More information about the vlc-commits
mailing list