[vlc-commits] Qt: improve the seekbar precision

Jean-Baptiste Kempf git at videolan.org
Tue Mar 22 19:33:43 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 22 19:33:13 2016 +0100| [3bb1fc0d6aa6adf1a6f39b1ff7a47b0ee09ced1a] | committer: Jean-Baptiste Kempf

Qt: improve the seekbar precision

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

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

diff --git a/modules/gui/qt/util/input_slider.cpp b/modules/gui/qt/util/input_slider.cpp
index cf28b35..f2a1aef 100644
--- a/modules/gui/qt/util/input_slider.cpp
+++ b/modules/gui/qt/util/input_slider.cpp
@@ -53,7 +53,7 @@
 
 namespace {
     int const MIN_SLIDER_VALUE = 0;
-    int const MAX_SLIDER_VALUE = 1000;
+    int const MAX_SLIDER_VALUE = 10000;
 
     int const CHAPTER_SPOT_SIZE = 3;
 



More information about the vlc-commits mailing list