← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 611: Changed the Length In & Out fields in Clip Properties to accept large values, which brings them i...

 

------------------------------------------------------------
revno: 611
fixes bug: https://launchpad.net/bugs/791535
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Tue 2012-01-03 21:56:35 +0000
message:
  Changed the Length In & Out fields in Clip Properties to accept large values, which brings them into line with the Position on Timeline field. This would affect very long videos.
modified:
  openshot/windows/ui/ClipProperties.ui


--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main

Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/windows/ui/ClipProperties.ui'
--- openshot/windows/ui/ClipProperties.ui	2011-09-04 04:13:09 +0000
+++ openshot/windows/ui/ClipProperties.ui	2012-01-03 21:56:35 +0000
@@ -14,12 +14,12 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment11">
-    <property name="upper">9999</property>
+    <property name="upper">9.9999999999999998e+76</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment12">
-    <property name="upper">9999</property>
+    <property name="upper">9.9999999999999998e+76</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>