]> git.sesse.net Git - kdenlive/commitdiff
Set filter max values to project profile's values
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 19 Jul 2009 19:49:55 +0000 (19:49 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 19 Jul 2009 19:49:55 +0000 (19:49 +0000)
svn path=/trunk/kdenlive/; revision=3737

effects/crop.xml

index df5cd7330457613d6d5bfa1ffc58c13d949d37c7..84256cb6868915080d4b6a66833b19007670e75e 100644 (file)
@@ -3,16 +3,16 @@
        <name>Crop</name>
        <description>Trim the edges of a clip</description>
        <author>Dan Dennedy</author>
-       <parameter type="constant" name="top" max="2000" min="0" default="0">
+       <parameter type="constant" name="top" max="%height-1" min="0" default="0">
                <name>Top</name>
        </parameter>
-       <parameter type="constant" name="left" max="2000" min="0" default="0">
+       <parameter type="constant" name="left" max="%width" min="0" default="0">
                <name>Left</name>
        </parameter>
-       <parameter type="constant" name="bottom" max="2000" min="0" default="0">
+       <parameter type="constant" name="bottom" max="%height-1" min="0" default="0">
                <name>Bottom</name>
        </parameter>
-       <parameter type="constant" name="right" max="2000" min="0" default="0">
+       <parameter type="constant" name="right" max="%width" min="0" default="0">
                <name>Right</name>
        </parameter>
 </effect>