[vlc-commits] qt: Use the correct maximum volume

Hugo Beauzée-Luyssen git at videolan.org
Tue Apr 25 11:00:17 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Apr 24 16:33:17 2017 +0200| [489f2c79296f025b4fa46aceb0e48e46d67cda38] | committer: Hugo Beauzée-Luyssen

qt: Use the correct maximum volume

So we can go back to a "3 state" volume icon

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

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

diff --git a/modules/gui/qt/components/controller_widget.hpp b/modules/gui/qt/components/controller_widget.hpp
index 628b55b8c0..ca7dde3549 100644
--- a/modules/gui/qt/components/controller_widget.hpp
+++ b/modules/gui/qt/components/controller_widget.hpp
@@ -90,7 +90,7 @@ private:
     intf_thread_t* p_intf;
 };
 
-#define VOLUME_MAX 200
+#define VOLUME_MAX 125
 class SoundWidget : public QWidget
 {
     Q_OBJECT



More information about the vlc-commits mailing list