[libegg/spread-table-dnd: 72/78] Changed animation timing for EggPlaceholder



commit b59406547bb1d43dfb57dfa142ac1d66cf43c965
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Thu Apr 7 23:13:39 2011 +0900

    Changed animation timing for EggPlaceholder

 libegg/spreadtable/eggplaceholder.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libegg/spreadtable/eggplaceholder.c b/libegg/spreadtable/eggplaceholder.c
index c0dbb3d..452e764 100644
--- a/libegg/spreadtable/eggplaceholder.c
+++ b/libegg/spreadtable/eggplaceholder.c
@@ -12,8 +12,8 @@ static void      egg_placeholder_get_preferred_height (GtkWidget  *widget,
 						       gint       *min_height,
 						       gint       *nat_height);
 
-#define ANIMATION_STEP 0.15F  /* How much percentage of the size to animate per iteration */
-#define ANIMATION_FREQ 20     /* At what frequency in millisecs to animate */
+#define ANIMATION_STEP 0.2F  /* How much percentage of the size to animate per iteration */
+#define ANIMATION_FREQ 20    /* At what frequency in millisecs to animate */
 
 enum {
   SIGNAL_ANIMATION_DONE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]