vlc | branch: master | Prince Gupta <[email protected]> | Thu Oct 22 
00:47:46 2020 +0530| [3f6f412df88c307913395e12fa5c108b46884162] | committer: 
Pierre Lamot

qml: use ellipsis icon for menu control button

Signed-off-by: Pierre Lamot <[email protected]>

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

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

diff --git a/modules/gui/qt/player/qml/ControlButtons.qml 
b/modules/gui/qt/player/qml/ControlButtons.qml
index c327aa38f8..51fbf6499b 100644
--- a/modules/gui/qt/player/qml/ControlButtons.qml
+++ b/modules/gui/qt/player/qml/ControlButtons.qml
@@ -453,7 +453,7 @@ Item{
         Widgets.IconToolButton {
             id: menuBtn
             size: VLCStyle.icon_medium
-            iconText: VLCIcons.menu
+            iconText: VLCIcons.ellipsis
             onClicked: contextMenu.popup(this.mapToGlobal(0, 0))
             property bool acceptFocus: true
             text: i18n.qtr("Menu")

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to