2009-04-02 Alejandro G. Castro <alex@igalia.com>
authorAlejandro G. Castro <alex@igalia.com>
Thu, 2 Apr 2009 10:44:05 +0000 (10:44 +0000)
committerAlejandro G. Castro <alex@igalia.com>
Thu, 2 Apr 2009 10:44:05 +0000 (10:44 +0000)
* src/hildon-pannable-area.c,
(hildon_pannable_area_class_init): Modified the default value of
the overshooting max speed, we have reduced it.

ChangeLog
src/hildon-pannable-area.c

index 7a36511..7a3f165 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-02  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_class_init): Modified the default value of
+       the overshooting max speed, we have reduced it.
+
 2009-04-02  Alberto Garcia  <agarcia@igalia.com>
 
        * doc/hildon-sections.txt
index 8f5bc74..bd9480c 100644 (file)
@@ -385,7 +385,7 @@ hildon_pannable_area_class_init (HildonPannableAreaClass * klass)
                                                        "Maximum scroll velocity when overshooting",
                                                        "Maximum distance the child widget should scroll "
                                                        "per 'frame', in pixels per frame when it overshoots after hitting the edge.",
-                                                       0, G_MAXDOUBLE, 80,
+                                                       0, G_MAXDOUBLE, 20,
                                                        G_PARAM_READWRITE |
                                                        G_PARAM_CONSTRUCT));