From: Kent Sutherland Date: Tue, 17 Aug 2004 22:25:09 +0000 (+0000) Subject: Fixed the effect number. X-Git-Tag: v1.0~14 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/5a5f8385d7cf8bca82ac4bafe96d1dd313a1bc24 Fixed the effect number. --- diff --git a/ITSpinAndZoomWindowEffect.m b/ITSpinAndZoomWindowEffect.m index 029b7bd..8369fc2 100755 --- a/ITSpinAndZoomWindowEffect.m +++ b/ITSpinAndZoomWindowEffect.m @@ -42,7 +42,7 @@ + (unsigned int)listOrder { - return 600; + return 800; } diff --git a/ITSpinWindowEffect.m b/ITSpinWindowEffect.m index ad28792..ad1b8aa 100755 --- a/ITSpinWindowEffect.m +++ b/ITSpinWindowEffect.m @@ -42,7 +42,7 @@ + (unsigned int)listOrder { - return 600; + return 700; }