]> git.sesse.net Git - kdenlive/commitdiff
Increase max limit for frame_num to 30000, matching NTSC. This fixes:
authorMads Bondo Dydensborg <mads@dydensborg.dk>
Thu, 23 Oct 2008 17:28:00 +0000 (17:28 +0000)
committerMads Bondo Dydensborg <mads@dydensborg.dk>
Thu, 23 Oct 2008 17:28:00 +0000 (17:28 +0000)
http://www.kdenlive.org/mantis/view.php?id=262

Increase max limit for display_num and display_den to match
resolution, allowing users to get display aspect ratios that match
arbitrary screen grabs and similar, facilitating a fix of:
http://www.kdenlive.org/mantis/view.php?id=257

svn path=/branches/KDE4/; revision=2544

src/widgets/profiledialog_ui.ui

index 6a95b53a6cb66382a641668c5340a804759b3df7..63ebf2dbc83f584b6648d5d4766c809a994e97b8 100644 (file)
@@ -96,7 +96,7 @@
       <item row="2" column="1" >
        <widget class="KIntSpinBox" name="frame_num" >
         <property name="maximum" >
-         <number>10000</number>
+         <number>30000</number>
         </property>
        </widget>
       </item>
        </widget>
       </item>
       <item row="4" column="1" >
-       <widget class="KIntSpinBox" name="display_num" />
+       <widget class="KIntSpinBox" name="display_num" >
+        <property name="maximum" >
+         <number>10000</number>
+        </property>
+       </widget>
       </item>
       <item row="4" column="2" >
        <widget class="QLabel" name="label_8" >
        </widget>
       </item>
       <item row="4" column="3" >
-       <widget class="KIntSpinBox" name="display_den" />
+       <widget class="KIntSpinBox" name="display_den" >
+        <property name="maximum" >
+         <number>10000</number>
+        </property>
+       </widget>
       </item>
       <item row="5" column="0" colspan="4" >
        <widget class="QCheckBox" name="progressive" >