[vlc-commits] Qt: Keep video filter values in range
    Akash Mehrotra 
    git at videolan.org
       
    Wed Aug 24 00:58:51 CEST 2011
    
    
  
vlc | branch: master | Akash Mehrotra <mehrotra.akash at gmail.com> | Thu Aug  4 18:08:02 2011 +0530| [9a454b6ef7eaeeeb25fad738da8c9590eeda54ad] | committer: Jean-Baptiste Kempf
Qt: Keep video filter values in range
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9a454b6ef7eaeeeb25fad738da8c9590eeda54ad
---
 modules/gui/qt4/ui/video_effects.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/gui/qt4/ui/video_effects.ui b/modules/gui/qt4/ui/video_effects.ui
index c250a55..d69381f 100644
--- a/modules/gui/qt4/ui/video_effects.ui
+++ b/modules/gui/qt4/ui/video_effects.ui
@@ -81,7 +81,7 @@
           <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
-          <number>50</number>
+          <number>100</number>
          </property>
         </widget>
        </item>
@@ -119,7 +119,7 @@
           <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
-          <number>50</number>
+          <number>100</number>
          </property>
         </widget>
        </item>
@@ -145,7 +145,7 @@
           <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
-          <number>50</number>
+          <number>100</number>
          </property>
         </widget>
        </item>
    
    
More information about the vlc-commits
mailing list