[vlc-commits] qt: Add default configs for the miniplayer

Rohan Rajpal git at videolan.org
Wed Aug 21 16:27:07 CEST 2019


vlc | branch: master | Rohan Rajpal <rohan17089 at iiitd.ac.in> | Mon Aug 12 17:53:26 2019 +0530| [651dcac03756cd4aa9697be5f2650fc17beb0ca6] | committer: Jean-Baptiste Kempf

qt: Add default configs for the miniplayer

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

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

 modules/gui/qt/dialogs/toolbareditor.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/gui/qt/dialogs/toolbareditor.cpp b/modules/gui/qt/dialogs/toolbareditor.cpp
index 452a184994..fcdcf360b9 100644
--- a/modules/gui/qt/dialogs/toolbareditor.cpp
+++ b/modules/gui/qt/dialogs/toolbareditor.cpp
@@ -29,11 +29,11 @@
 #include <QtQml/QQmlContext>
 
 #define PROFILE_NAME_1 "Minimalist Style"
-#define VALUE_1 "0;64;3;1;4;64;11;64;34;64;9;64;33"
+#define VALUE_1 "0;64;3;1;4;64;11;64;34;64;9;64;33 | 3;0;1;4"
 #define PROFILE_NAME_2 "One-Liner Style"
-#define VALUE_2 "0;64;3;1;4;64;7;9;8;64;64;11;10;12;13;65;33"
+#define VALUE_2 "0;64;3;1;4;64;7;9;8;64;64;11;10;12;13;65;33 | 17;3;0;1;4;18"
 #define PROFILE_NAME_3 "Simplest Style"
-#define VALUE_3 "33;65;0;4;1;65;7"
+#define VALUE_3 "33;65;0;4;1;65;7 | 3;0;4"
 
 ToolbarEditorDialog::ToolbarEditorDialog( QWidget *_w, intf_thread_t *_p_intf)
     : QVLCDialog( _w,  _p_intf )



More information about the vlc-commits mailing list