[vlc-devel] [PATCH 4/4] qml: Update default controlbar buttons
Pierre Lamot
pierre at videolabs.io
Tue Jul 30 10:53:42 CEST 2019
* remove the back button as it is redundant with the one in the topbar
* add a stop button
---
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)
{
--
2.17.1
More information about the vlc-devel
mailing list