[vlc-devel] [PATCH 4/4] qml: Update default controlbar buttons

Alexandre Janniaux ajanni at videolabs.io
Tue Jul 30 11:42:12 CEST 2019


Hi,

LGTM, although the short commit message is probably a bit vague.

Regards,

--
Alexandre Janniaux
VideoLabs

On Tue, Jul 30, 2019 at 10:53:42AM +0200, Pierre Lamot wrote:
>  * 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
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list