[vlc-commits] qml: replace the filter icon with a search icon in the SearchBox
Pierre Lamot
git at videolan.org
Fri Jan 10 15:06:35 CET 2020
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Wed Dec 11 10:11:21 2019 +0100| [9de5298cf46b4a0085f974bcd3baf23c7c046bf2] | committer: Jean-Baptiste Kempf
qml: replace the filter icon with a search icon in the SearchBox
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9de5298cf46b4a0085f974bcd3baf23c7c046bf2
---
modules/gui/qt/widgets/qml/SearchBox.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/widgets/qml/SearchBox.qml b/modules/gui/qt/widgets/qml/SearchBox.qml
index ab313c5ced..c1d04be940 100644
--- a/modules/gui/qt/widgets/qml/SearchBox.qml
+++ b/modules/gui/qt/widgets/qml/SearchBox.qml
@@ -97,7 +97,7 @@ Widgets.NavigableFocusScope {
id: icon
size: VLCStyle.icon_normal
- iconText: VLCIcons.topbar_filter
+ iconText: VLCIcons.search
text: i18n.qtr("Filter")
focus: true
More information about the vlc-commits
mailing list