[vlmc-devel] commit: Wizard: Adding boundaries for FPS setting. ( =?UTF-8?Q?Hugo=20Beauz=C3=A9e=2DLuyssen?==?UTF-8?Q?=20?=)
git at videolan.org
git at videolan.org
Sun Dec 5 21:29:13 CET 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sun Dec 5 19:29:49 2010 +0100| [46fd33aef99bbd8514088fa4d05c03fff448fb4a] | committer: Hugo Beauzée-Luyssen
Wizard: Adding boundaries for FPS setting.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=46fd33aef99bbd8514088fa4d05c03fff448fb4a
---
src/Gui/wizard/ui/VideoPage.ui | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/Gui/wizard/ui/VideoPage.ui b/src/Gui/wizard/ui/VideoPage.ui
index 5fa521e..11c5fdb 100644
--- a/src/Gui/wizard/ui/VideoPage.ui
+++ b/src/Gui/wizard/ui/VideoPage.ui
@@ -132,8 +132,11 @@
<property name="decimals">
<number>2</number>
</property>
+ <property name="minimum">
+ <double>0.100000000000000</double>
+ </property>
<property name="maximum">
- <double>72.000000000000000</double>
+ <double>120.000000000000000</double>
</property>
<property name="value">
<double>25.000000000000000</double>
More information about the Vlmc-devel
mailing list