Reduced the fade delay of the pannable widget.
authorAlejandro G. Castro <alex@igalia.com>
Mon, 7 Sep 2009 09:26:05 +0000 (11:26 +0200)
committerAlejandro G. Castro <alex@igalia.com>
Mon, 7 Sep 2009 09:26:05 +0000 (11:26 +0200)
* hildon/hildon-pannable-area.c,
(hildon_pannable_area_class_init):
Change the default value of the scrollbar_fade_delay.

Fixes: NB#127018 (Panning indicator fades out too slowly)

ChangeLog
hildon/hildon-pannable-area.c

index 0c0e2e4..b34f17c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-07  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_class_init):
+       Change the default value of the scrollbar_fade_delay.
+
+       Fixes: NB#127018 (Panning indicator fades out too slowly)
+
 2009-09-04  Claudio Saavedra  <csaavedra@igalia.com>
 
        [2.2.0 Release Candidate 1]
index 558fbb3..8cd7fcd 100644 (file)
@@ -476,7 +476,7 @@ hildon_pannable_area_class_init (HildonPannableAreaClass * klass)
                                                      "Time before starting to fade the scrollbar",
                                                      "Time the scrollbar is going to be visible if the widget is not in"
                                                       "action in miliseconds",
-                                                     0, G_MAXUINT, 3000,
+                                                     0, G_MAXUINT, 1000,
                                                      G_PARAM_READWRITE |
                                                      G_PARAM_CONSTRUCT));