X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/c514c1ffefd1a84c7df329864d2269e1ed05da6d..7f548f500563594e127d71504e73b27af58574fc:/ITPivotWindowEffect.m diff --git a/ITPivotWindowEffect.m b/ITPivotWindowEffect.m index cf92f12..7c59705 100755 --- a/ITPivotWindowEffect.m +++ b/ITPivotWindowEffect.m @@ -193,7 +193,7 @@ transform.tx = -( 32.0 + [[_window screen] visibleFrame].origin.x ); } else if ( [(ITTransientStatusWindow *)_window horizontalPosition] == ITWindowPositionRight ) { transform.tx = -( 32.0 + [[_window screen] visibleFrame].origin.x ) + [_window frame].size.width; - appearPoint.x = -(([[_window screen] visibleFrame].size.width + [[_window screen] visibleFrame].origin.x) - 32.0); + appearPoint.x = -(([[_window screen] visibleFrame].size.width + [[_window screen] visibleFrame].origin.x) - 64.0); } else if ( [(ITTransientStatusWindow *)_window horizontalPosition] == ITWindowPositionCenter ) { appearPoint.x = ( [_window frame].size.width - [[_window screen] visibleFrame].size.width ) / 2; }