[vlc-commits] Qt: update the number of max col/rows for puzzle
Jean-Baptiste Kempf
git at videolan.org
Mon Apr 30 17:28:09 CEST 2018
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 30 17:27:51 2018 +0200| [dc39cb75afaa447cc3fd3be059a4bcebcce4e3e6] | committer: Jean-Baptiste Kempf
Qt: update the number of max col/rows for puzzle
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc39cb75afaa447cc3fd3be059a4bcebcce4e3e6
---
modules/gui/qt/ui/video_effects.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt/ui/video_effects.ui b/modules/gui/qt/ui/video_effects.ui
index b59bd298c5..e3144c663f 100644
--- a/modules/gui/qt/ui/video_effects.ui
+++ b/modules/gui/qt/ui/video_effects.ui
@@ -898,7 +898,7 @@
<number>2</number>
</property>
<property name="maximum">
- <number>16</number>
+ <number>42</number>
</property>
<property name="value">
<number>4</number>
@@ -924,7 +924,7 @@
<number>2</number>
</property>
<property name="maximum">
- <number>16</number>
+ <number>42</number>
</property>
<property name="value">
<number>4</number>
More information about the vlc-commits
mailing list