From 9916417a0a45bf28105be6b04f370a06b18a8331 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 27 Jun 2011 20:43:51 +0100 Subject: [PATCH] statusicon: slow down animation a bit --- SparkleShare/Mac/SparkleStatusIcon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Mac/SparkleStatusIcon.cs b/SparkleShare/Mac/SparkleStatusIcon.cs index de1b32f1..4d4b7265 100644 --- a/SparkleShare/Mac/SparkleStatusIcon.cs +++ b/SparkleShare/Mac/SparkleStatusIcon.cs @@ -113,7 +113,7 @@ namespace SparkleShare { FrameNumber = 0; Timer Animation = new Timer () { - Interval = 35 + Interval = 40 }; Animation.Elapsed += delegate {