Commit 9a454b6e authored by Akash Mehrotra's avatar Akash Mehrotra Committed by Jean-Baptiste Kempf

Qt: Keep video filter values in range

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2f77bea1
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<enum>QSlider::TicksBelow</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>50</number> <number>100</number>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
<enum>QSlider::TicksBelow</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>50</number> <number>100</number>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
<enum>QSlider::TicksBelow</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>50</number> <number>100</number>
</property> </property>
</widget> </widget>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment