[vlc-commits] qml: Update default controlbar buttons

Pierre Lamot git at videolan.org
Tue Jul 30 17:42:56 CEST 2019


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Tue Jul 30 10:53:42 2019 +0200| [c0b2874313531cb7cbfcb226ad6e9d274af83bf9] | committer: Jean-Baptiste Kempf

qml: Update default controlbar buttons

* remove the back button as it is redundant with the one in the topbar

 * add a stop button

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/gui/qt/components/playercontrolbarmodel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/components/playercontrolbarmodel.cpp b/modules/gui/qt/components/playercontrolbarmodel.cpp
index 2fd1df9682..b7ddcaf3e9 100644
--- a/modules/gui/qt/components/playercontrolbarmodel.cpp
+++ b/modules/gui/qt/components/playercontrolbarmodel.cpp
@@ -20,7 +20,7 @@
 #include "qt.hpp"
 #include "playercontrolbarmodel.hpp"
 
-#define MAIN_TB1_DEFAULT "67;68;37;65;19;22;0-2;23;20;65;35;7"
+#define MAIN_TB1_DEFAULT "68;37;65;19;22;0-2;1-2;23;20;65;35;7"
 
 PlayerControlBarModel::PlayerControlBarModel(QObject *_parent) : QAbstractListModel(_parent)
 {



More information about the vlc-commits mailing list